Skip to content

Examples of setting up CI-CD pipelines using AWS code pipeline for software delivery automation. Using CodeCommit, CodeBuild and CodeDeploy for versioning, building, testing and deploying applications in the cloud.

Notifications You must be signed in to change notification settings

ryankarlos/AWS-CICD

Repository files navigation

AWS CodePipeline

In this example, we will configure AWS CodePipeline to build an ECR image and deploy the latest version to lambda container. The application code will stream tweets using python tweepy library. First we need to setup code pipeline and the various stages to deploy application code to lambda image which will stream tweets when invoked. Please refer to readme for instructions on how to run the demo.

About

Examples of setting up CI-CD pipelines using AWS code pipeline for software delivery automation. Using CodeCommit, CodeBuild and CodeDeploy for versioning, building, testing and deploying applications in the cloud.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages