You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/@aws-cdk/cx-api/FEATURE_FLAGS.md
+16-18Lines changed: 16 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,6 @@ Flags come in three types:
46
46
|[@aws-cdk/aws-codedeploy:removeAlarmsFromDeploymentGroup](#aws-cdkaws-codedeployremovealarmsfromdeploymentgroup)| Remove CloudWatch alarms from deployment group | 2.65.0 | (fix) |
47
47
|[@aws-cdk/aws-rds:databaseProxyUniqueResourceName](#aws-cdkaws-rdsdatabaseproxyuniqueresourcename)| Use unique resource name for Database Proxy | 2.65.0 | (fix) |
48
48
|[@aws-cdk/aws-apigateway:authorizerChangeDeploymentLogicalId](#aws-cdkaws-apigatewayauthorizerchangedeploymentlogicalid)| Include authorizer configuration in the calculation of the API deployment logical ID. | V2NEXT | (fix) |
49
-
|[@aws-cdk/aws-codedeploy:removeAlarmsFromDeploymentGroup](#aws-cdkaws-codedeployremovealarmsfromdeploymentgroup)| Remove CloudWatch alarms from deployment group | V2NEXT | (fix) |
50
-
|[@aws-cdk/aws-rds:databaseProxyUniqueResourceName](#aws-cdkaws-rdsdatabaseproxyuniqueresourcename)| Use unique resource name for Database Proxy | V2NEXT | (fix) |
51
49
52
50
<!-- END table -->
53
51
@@ -786,22 +784,6 @@ flag on a resource-by-resource basis to enable it if necessary.
786
784
**Compatibility with old behavior:** Set installLatestAwsSdk: true on all resources that need it.
0 commit comments