(aws-cdk-lib): Better Document Stages #28312
Labels
@aws-cdk/core
Related to core CDK functionality
documentation
This is a problem with documentation.
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p3
Describe the issue
A common concept in a lot of recent frameworks in the concept of "Stacks" or "Stages" as discreet environment-specific configurations of Stacks.
The CDK even has the concept of Stages, but it's largely relegated to documenting it's usage in the context of CDK Pipelines.
I'd love to see the documentation expanded to describe how one would use stages in a manner similar to Serverless Framework, SST, or Pulumi Stacks, and how to deploy specific stages via the CLI without using pipelines.
Links
https://docs.aws.amazon.com/cdk/v2/guide/stacks.html
https://docs.aws.amazon.com/cdk/v2/guide/environments.html
The text was updated successfully, but these errors were encountered: