github aws/aws-cdk v1.73.0

latest releases: v2.140.0, v2.139.1, v2.139.0...
3 years ago

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • apigatewayv2: LambdaProxyIntegration and HttpProxyIntegration
    classes have moved to the @aws-cdk/aws-apigatewayv2-integration module.
  • appmesh: VirtualRouter's Listeners are no longer a struct; use the static factory methods of the VirtualNodeListener class to obtain instances of them
  • appmesh: VirtualRouter accepts a list of listeners instead of a single listener
  • appmesh: all fromResourceName() methods in the AppMesh module have been replaced with fromResourceAttributes()

Features

Bug Fixes

  • apigateway: api key not supported for SpecRestApi (#11235) (52da8cb), closes #11079

  • appsync: HttpDataSource extends BackedDataSource instead of BaseDataSource (#11185) (4b4d011), closes #11183

  • cfn-include: Fn::FindInMap cannot be used for boolean properties (#11323) (47b698e), closes #11300

  • cli: deployments are skipped if stack is in a _failed state (#10847) (4887ba6), closes #10784

  • cli: Python id parameter in init template conflicts with built-in (#10874) (37a149b)

  • cloudwatch: composite alarm ARN uses wrong separator (#11186) (3009490)

  • elasticsearch: use correct latency metric names (#11175) (7ab5ab8), closes #11174

  • rds: customizing secret results in unusable password and lost attachment (#11237) (a4567f5), closes #11040

  • apigatewayv2: move lambda and http proxy integrations to the 'integrations' module (#11339) (17611d6)

Don't miss a new aws-cdk release

NewReleases is sending notifications on new releases.