CI and CD workflow

In this section, we will create an end-to-end CI and CD pipeline using AWS CodePipeline and AWS CloudFormation.

Before you start,you must have a few resources available to create a CD pipeline. We have covered most of these resources in the previous chapters.

You should create all the required resources within the same AWS region.

The prerequisites are as follows:

  • AWS CodeBuild: You can use AWS CodeBuild to build, test, and package your serverless application
  • AWS CloudFormation: You can use AWS CloudFormation to deploy your serverless application
  • AWS CodeDeploy: You can use AWS CodeDeploy to deploy updates on your serverless application
  • AWS CodePipeline: You can use AWS CodePipeline to model, visualize, and automate the ...

Get Expert AWS Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.