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 1/4 (CodeBuild + ECR)

This is a demo (part 1) of developing spring boot REST API in AWS. It involves the following steps: 

 (1) Coding of Spring Boot REST API. 

 (2) Creating Repository in AWS ECR. 

 (3) Building with AWS CodeBuild. 

 (4) Pushing docker image to AWS ECR.

  

In the next part, I will discuss about ECS cluster, ECS service and ECS task.




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