Creating Spring Boot MVC application with AWS DynamoDB in 10 mins

Image
AWS DynamoDB DB is a serverless NOSQL database. You can understand how to build a spring boot Java web MVC application (Game Leaderboard) reading a AWS DynamoDB in 10 mins. Source of the demo code: https://github.com/babysteps-topro/spring-mvc-dynamodb Command to run the project: mvn spring-boot:run Video explain the table design: https://youtu.be/V0GtrBfY7XM Prerequisite: Install the AWS CLI: https://youtu.be/pE-Q_4YXlR0 Video explain the how to create the table: https://youtu.be/sBZIVLlmpxY

Develop Spring boot REST API in AWS - PART 4/4 (CodePipeline / CI CD)

This is the last video (part4) in this demo series. We will demonstrate how to create the whole CICD pipeline in this tutorial video.

It involves the following steps:

(1) Create CodePipeline

(2) Add build stage to pipeline
(3) Add deploy stage to pipeline
(4) Add manual approval step to pipeline

Comments

Elvis Papa said…
Hi Boris,

thank you for your tutorial. I have been following your steps in your tutorial and I have setup my AWS code pipeline for my project but the problem is that when my pipeline runs the Deployment stage is getting stuck in the install phase and after a lot of minutes times out. Any idea what can go wrong ?
Please find a screenshot with the failed step here: https://ibb.co/Pc784nj

Sincerely,
Elvis

Popular posts from this blog

Sample Apps: Spring data MongoDB and JSF Integration tutorial (PART 1)

Customizing Spring Data JPA Repository

Adding Hibernate Entity Level Filtering feature to Spring Data JPA Repository