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 3/4 (CodeDeploy / Blue Green Deployment)

In this video tutorial (part3), I have demonstrate the blue/green deployment of  the Spring boot REST API. 

I will show you the the following steps in the demonstration:

(1) 02:12 Create IAM role (2) 04:07 Create an Application Load Balancer (3) 07:27 Create Security Group For ECS cluster (4) 09:09 Create ECS cluster (5) 11:24 Create Task Definition (6) 14:00 Create ECS Service (7) 17:53 Create CodeDeploy


In the next part, I will demonstrate the whole CI/CD pipeline.

Comments

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