Develop Spring boot REST API in AWS — PART 1/4 (CodeBuild + ECR)
Dec 13, 2021
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.
Source Code:
https://github.com/babysteps-topro/aws-springboot-pipeline1.git
Originally published at https://www.borislam.com on December 13, 2021.