How to Set Up a CI/CD Pipeline in AWS with CodeBuild, CodeDeploy, and CodePipeline
In this blog , I’ll be sharing how i implemented the CI/CD on AWS for the Flask Application. The Following repository consists of the code for the Flask application. https://github.com/Joshna454/AWS-CI-CD Continuous Integration: Continuous Integration is a Software development practice where...