Feature Flags #55
Labels
effort/medium
Reasonable effort required for implementation
framework
management/tracking
status/done
Implementation complete
Description
Sometimes we want to introduce new breaking behavior because we believe this is
the correct default behavior for the CDK. The problem, of course, is that
breaking changes are only allowed in major versions and those are rare.
Feature flags are a pattern/mechanism which will allow us to introduce breaking behavior which is disabled by default (so existing projects will not be affected) but enabled automatically for new
projects created through
cdk init
.Progress
cdk doctor
and update issue template (Add feature flags tocdk doctor
aws-cdk#5627)The text was updated successfully, but these errors were encountered: