CodePipeline

CodePipeline Presets

Ready-to-deploy configuration presets for CodePipeline. Each preset is a complete manifest you can copy, customize, and deploy.

3 presets
01

GitHub Source + CodeBuild (CI Pipeline)

This preset creates a V2 pipeline that fetches source code from a GitHub repository via CodeStar Connection and runs a CodeBuild project. A git push trigger automatically executes the pipeline when...

02

ECR Source + ECS Deploy (Container Deployment Pipeline)

This preset creates a V2 pipeline that triggers when a new Docker image is pushed to an ECR repository, runs a CodeBuild step to prepare the deployment bundle (generating `imagedefinitions.json`),...

03

S3 Source + Lambda Deploy (Serverless Deployment Pipeline)

This preset creates a V2 pipeline that triggers when a deployment package is uploaded to S3 and invokes a Lambda function to perform the deployment. This is the standard serverless deployment...