aws-cdk-examples
aws-cdk-examples copied to clipboard
Exemplify use of core.Stage class
:rocket: Feature Request
General Information
- [ ] :wave: I may be able to implement this feature request
- [ ] :warning: This feature might incur a breaking change
Description
The term "Stage" is very overloaded across AWS services. CDK adds yet another stage in the form of @aws-cdk/core.Stage
.
So far, the documentation for CDK doesn't say much about Stage or how it should be used in practice.
Proposed Solution
An example project in this repository that demonstrates good practice using Stage would be useful (along with better documentation in the API Docs.
Environment
- CDK CLI Version: 1.76.0
- Example:
- Example Version:
- OS:
- Language: