AWS CDK feature flags - AWS Cloud Development Kit (AWS CDK) v2

The AWS CDK uses feature flags to enable potentially breaking behaviors in a release. Flags are stored as Context values and the AWS CDK values in cdk.json (or ~/.cdk.json). They are not removed by the cdk context --reset or cdk context --clear commands.