rehanvdm / cdk-express-pipeline

CDK Express Pipelines is a library built on the AWS CDK, allowing you to define pipelines in a CDK-native method. It 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 and an alternative to AWS CDK Pipelines.
Apache License 2.0
25 stars 1 forks source link

Write a CDK Pipelines migration guide #3

Open rehanvdm opened 1 month ago

rehanvdm commented 1 month ago

Write a CDK pipeline migration guide or blog. One of the main points to note is the Stage construct of CDK Pipelines that influences its dependant construct names, whereas the CDK Express Pipelines does not.