This repository contains a simple ToDo App that serves as a foundational project to demonstrate Continuous Integration (CI) and Continuous Deployment (CD) workflows on AWS.
The app integrates with GitHub as the source control and utilizes the following AWS services:
- π οΈ CodeBuild: For building and testing the application.
- π¦ CodePipeline: For orchestrating the CI/CD workflow.
- π CodeDeploy: For automated deployment.
Additionally, the app is containerized using Docker for seamless deployment and scalability. π³