Creating Spring Boot MVC application with AWS DynamoDB in 10 mins
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
Comments
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