AWS CodePipeline

• Orchestrate the different steps to have the code automatically pushed to production

  • Code=>Build=>Test=>Provision=>Deploy

  • Basis for CICD (Continuous Integration & Continuous Delivery)

• Benefits:

  • Fully managed, compatible with CodeCommit, CodeBuild, CodeDeploy, ElasticBeanstalk,

    CloudFormation, GitHub, 3rd-party services (GitHub...) & custom plugins...

  • Fast delivery & rapid updates

Last updated