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

https://github.com/shivam-goswami5123/aws-cicd-project

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.
https://github.com/shivam-goswami5123/aws-cicd-project

aws cicd codebuild codedeploy codepipeline docker

Last synced: 3 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 📝 ToDo App with CI/CD on AWS 🚀

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. 🐳