Skip to content

v2.88.0

Compare
Choose a tag to compare
@aws-cdk-automation aws-cdk-automation released this 20 Jul 14:23
5d497f9

Features

Bug Fixes

  • apigateway: method response from rest api default options are not passed to Method (#26275) (9bcc6d5), closes #26252
  • aws_ecs: Do not output NetworkConfiguraiton to ECS Service when using EXTERNAL deployment controller (#26338) (170edda), closes #26335
  • cli: credential plugin exceptions stop the entire CLI (#26244) (1a8f5ad)
  • cli: hotswap doesn't update SSM parameter environment variables properly (#26382) (32654f5), closes #25387 #25483
  • core: cross region exports fail when parameter doesn't exist (#26434) (d130bd7)
  • custom-resource: ignoreErrorCodesMatching broken on sdk v3 (#26430) (e21dd4e)
  • ecs: DeploymentAlarms property is specified for ECS service with CODE_DEPLOY and EXTERNAL deployment controller (#26317) (b799c82), closes #25840 #26307
  • ecs: Windows ECS Optimized AMI SSM parameter format is incorrect (#26326) (43013d0), closes #26327
  • lambda: add instrument handler option to adotInstrumentation to support python lambda functions (#26040) (bd06669), closes #24666
  • lambda: bundling fails with pnpm >= 8.4.0 (#25612) (#26386) (928cbc8), closes #25617
  • lambda: Update Python Lambda Adot Lambda layer versions (#26411) (47f15a6), closes #26168
  • s3: auto-delete-objects fails when bucket doesn't exist (#26433) (228901a), closes #16756
  • bad error checks in custom resources (#26392) (267e42c)
  • pkglint: library creation generates incorrect package names (#26330) (05d875b), closes #26331
  • s3: allow empty string as keyPrefixEquals (#26243) (9381880), closes #26242
  • servicecatalog: product stack asset bucket with forced encryption (#26303) (cb5bef5), closes #26302
  • servicecatalog: support nested stacks in product stacks (#26311) (cad0635), closes #24317

Alpha modules (2.88.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • apprunner-alpha: This change will be destructive if the serviceName is set on an existing resources.

Features

Bug Fixes