Skip to content

Commit

Permalink
set feature flag default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
shikha372 committed Sep 5, 2024
1 parent 211e23f commit af747c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/aws-cdk-lib/cx-api/lib/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,9 @@ export const FLAGS: Record<string, FlagInfo> = {
`,
introducedIn: { v2: 'V2NEXT' },
defaults: { v2: true },
recommendedValue: true,
compatibilityWithOldBehaviorMd: 'Disable the feature flag to use input and output path fields for s3 URI',
},
};

Expand Down

0 comments on commit af747c8

Please sign in to comment.