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.




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