In this post, I will share how to set up a continuous integration and continuous delivery (CI/CD) pipeline on AWS for API gateway. The following AWS services will be used:
- Cloudformation allows you to model your entire infrastructure and application resources
- CodePipeline is a continuous delivery service
- CodeCommit is a version control service
- CodeBuild is a fully managed build service in the cloud
- Simple Storage Service (Amazon S3) is storage for the Internet
- API Gateway is an AWS service for creating, publishing, maintaining, monitoring, and securing REST, HTTP, and WebSocket APIs
- AWS Lambda is a serverless compute service