Skip to content

v2.55.0

Compare
Choose a tag to compare
@aws-cdk-automation aws-cdk-automation released this 14 Dec 21:43
077d77d

Features

  • autoscaling: support default instance warmup for Auto Scaling groups (#23285) (3f706e2)
  • cfnspec: cloudformation spec v101.0.0 (#23294) (3951f09)
  • cognito: add new AdvancedSecurityMode property (#23261) (9cc9bd3)
  • core: add volumes-from option to docker run command for bundling (#22829) (813c2f1), closes #8799 #21660
  • s3: update runtime of notifications-handler to python3.9 (#23209) (b2d293d)
  • s3-deployment: add additional sources with addSource (#23321) (b34d0b7), closes #22857

Bug Fixes

Reverts


Alpha modules (2.55.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • appsync: DataSource.createResolver,
    DataSource.createFunction, and GraphQlApi.createResolver now require
    2 arguments instead of 1.
  • appsync: Renames Schema to SchemaFile that implements ISchema. Removes all addXxx type methods from GraphQlApi.

Features

  • aws-lambda-python: add command hooks for bundling to allow for execution of custom commands in the build container (#23330) (d3d071f)
  • gamelift: add GameSessionQueue L2 Construct for GameLift (#23266) (1ded644)

Bug Fixes

  • appsync: unexpected resolver replacement (#23322) (6dc15d4), closes #13269
  • servicecatalogappregistry: synth error when associating a nested stack (#23248) (30301d9)

Miscellaneous Chores

  • appsync: removes codefirst schema generation (#23250) (2bd1e41)