From the course: Agile Software Development: Cloud Architecture

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Delivery process for the microservice

Delivery process for the microservice

From the course: Agile Software Development: Cloud Architecture

Start my 1-month free trial

Delivery process for the microservice

- [Instructor] Let's shift our focus to how the engineering team implemented the code delivery pipeline for the newly developed financial wizard microservice. Building the application did not consume a lot of resources because it was a relatively small application focused on one business capability. It was a containerized application that needed to be deployed to ECS. This was the new architecture of the financial wizard called pipeline. But for the so stage, the development team retained the existing private GitHub repository. The good repository contain all the files needed to build the applications, Docker image. This was identical to the good pipeline process for the AgileCore application, except that it was a different GitHub repository. For the build stage, the process was almost identical to the one defined for the legacy agile core application. Code build will connect to GitHub with the help of a security…

Contents