Skip to content

v2.0.0-alpha.6

Compare
Choose a tag to compare
@aws-cdk-automation aws-cdk-automation released this 03 Mar 15:44
5fc8c67

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • ecs-patterns: ** the desiredCount property stored on the above constructs will be optional, allowing them to be undefined. This is enabled through the @aws-cdk/aws-ecs-patterns:removeDefaultDesiredCount feature flag. We would recommend all aws-cdk users to set the REMOVE_DEFAULT_DESIRED_COUNT flag to true for all of their existing applications.

Fixes: #12990

  • aws-appsync: RdsDataSource now takes a ServerlessCluster instead of a DatabaseCluster

Features

Bug Fixes