πThe AWS CDK Express Pipeline library helps you create simple and fast deployment pipelines using the AWS CDK.
This new tutorial shows you how to set up and manage deployments with cdk-express-pipeline on GitHub.
https://rehanvdm.com/blog/cdk-express-pipeline-tutorial
This new tutorial shows you how to set up and manage deployments with cdk-express-pipeline on GitHub.
https://rehanvdm.com/blog/cdk-express-pipeline-tutorial
Comments
The CDK Express Pipeline leverages the CDK CLI to compute and deploy the correct dependency graph between Waves, Stages, and Stacks using the `.addDependency` method, making it build-system agnostic.
β Works on any system, your local machine, GitHub Actions, GitLab, etc.
β‘οΈ Fast: deploy stacks in parallel
π¦ Stages and Waves are plain classes, not Constructs, so they donβt mess with nested Construct IDs (unlike CDK Pipelines)
π§βπ» Supports TS and Python CDK