An open API service indexing awesome lists of open source software.

https://github.com/hq969/ci-cd-pipeline-for-dockerized-web-app-on-aws-ecs-using-codepipeline

The application is built using Python 3.11 and Flask, containerized via Docker, and pushed to Amazon ECR. AWS CodePipeline triggers a build on every push to the source repository (GitHub or CodeCommit), CodeBuild compiles the Docker image and generates imagedefinitions.json, and CodeDeploy handles the deployment to ECS Fargate.
https://github.com/hq969/ci-cd-pipeline-for-dockerized-web-app-on-aws-ecs-using-codepipeline

amazon codepipeline dockerfile ecr ecs python

Last synced: 4 months ago
JSON representation

The application is built using Python 3.11 and Flask, containerized via Docker, and pushed to Amazon ECR. AWS CodePipeline triggers a build on every push to the source repository (GitHub or CodeCommit), CodeBuild compiles the Docker image and generates imagedefinitions.json, and CodeDeploy handles the deployment to ECS Fargate.

Awesome Lists containing this project