Starter kit for AWS Cloud Development Kit (AWS CDK) pipelines. It generates a single-account CDK Pipeline project. For details how to extend it to multi-account setups, please take a look at the resources.
infrastructure/ -- Contains all the infrastructure settings
├── index.ts -- Base setup for the underlying stack
├── config.ts -- Configurations
└── pipeline/
├── pipeline-stack.ts -- Setup the CDK pipeline
├── development-stage.ts -- Development stage, this become part of the pipeline. Could be used for testing, production, ... stages
└── application-stack.ts -- The application stack
This project relies on copier, for installation instructions look here.
copier https://github.com/moralesl/cdk-pipeline-starter-kit path/to/destination
Afterwards take a look into the generated README.md for further instructions to setup the pipeline.