-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: unexpire some feature flags (#14190)
Some feature flags should not be expired in CDKv2. "expired" implies that the flags will be enabled and users will be unable to disable it. The following feature flags must not be unexpired, since it makes it virtually impossible, in some cases, to deploy the CDK application after upgrading to CDKv2. Deployments may cause service interruption or may require stack re-creation. - @aws-cdk/aws-apigateway:usagePlanKeyOrderInsensitiveId - @aws-cdk/aws-rds:lowercaseDbIdentifier - @aws-cdk/core:stackRelativeExports These flags will still be enabled by default, but in cases where deployment is difficult or impossible, users are now able to disable these feature flags. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information
Niranjan Jayakar
authored
Apr 16, 2021
1 parent
8e88a6a
commit 81148f0
Showing
6 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters