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 2/4 (ECS Cluster)

In this video tutorial (part2), we continue to explore developing spring boot REST API on AWS. We will focus on ECS in this part.

It involves the following steps:

(1) AWS ECS Basic 

(2) ECS Cluster demo

(3) ECS Task Definition demo

(4) ECS Service demo


Thank for watching!

In the next part, I will discuss the CodeDeploy.


Source Code:

https://github.com/babysteps-topro/aws-springboot-pipeline1.git


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