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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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 CDK users to set the @aws-cdk/aws-ecs-patterns:removeDefaultDesiredCount flag to true for all of their existing applications.
⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
apigatewayv2:HttpApiMapping (and related interfaces for Attributed and Props) has been renamed to ApiMapping
apigatewayv2:CommonStageOptions has been renamed to StageOptions
apigatewayv2:HttpStage.fromStageName has been removed in favour of HttpStage.fromHttpStageAttributes
apigatewayv2:DefaultDomainMappingOptions has been removed in favour of DomainMappingOptions
apigatewayv2:HttpApiProps.defaultDomainMapping has been changed from DefaultDomainMappingOptions to DomainMappingOptions
apigatewayv2:HttpApi.defaultStage has been changed from HttpStage to IStage
apigatewayv2:IHttpApi.defaultStage has been removed
aws-appsync: RdsDataSource now takes a ServerlessCluster instead of a DatabaseCluster
aws-appsync: graphqlapi.addRdsDataSource now takes databaseName as its fourth argument
Features
apigateway: integrate with aws services in a different region (#13251) (d942699), closes #7009