Aws Cdk Versions Save

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code

v2.133.0

2 months ago

Features

Bug Fixes

  • cli: cdk ls returns stack id instead of stack display name (#29447) (77189be), closes #29420
  • lambda-nodejs: fixing esbuildArgs to take in account re-specified keys (#29167) (919d16f), closes #25385
  • stepfunctions: the retry field in CustomState is not iterable (#29403) (a1fbd51), closes #29274

Reverts


Alpha modules (2.133.0-alpha.0)

v2.132.1

2 months ago

Bug Fixes


Alpha modules (2.132.1-alpha.0)

v2.132.0

2 months ago

Features

Bug Fixes


Alpha modules (2.132.0-alpha.0)

Bug Fixes

v2.131.0

2 months ago

Features

  • apigatewayv2-integrations: stepfunctions integration (#28982) (19d75d6), closes #28904
  • applicationautoscaling: add missing PredefinedMetricType enum values (#29066) (63390e1), closes #29065
  • appsync: environmentVariables property for GraphqlApi (#29064) (f0af5b1)
  • appsync: add the grant method to the imported GraphqlApi (#29086) (7e8239b), closes #23031
  • core: add description to exportValue and exportStringListValue methods (#29150) (2e080fe), closes #29092
  • docdb: support snapshot removal policy (#28798) (05b1bb0), closes #28773
  • ec2: support for the credit configuration mode for burstable instances (#28728) (3cbad4a), closes #19166
  • ecs-patterns: allow custom ephemeral storage for ECS Fargate services (#29275) (9156b13), closes #18105
  • update L1 CloudFormation resource definitions (#29257) (f3d74bb)

Bug Fixes

  • autoscaling: step scaling without adjustment type fails (#29158) (a7de7fe)
  • cli: add skip-tests.txt file for v2.130.0 (#29320) (fdacbe0), closes #29313
  • CLI: sam resources hidden in changeset diffs (#29223) (aa186ac), closes #29185
  • cli-integ: add regression patch for cli integ fix (#29313) (f803cf6), closes #29305
  • cli-integ: use Python_3_12 instead of Python_3_7 lambda runtime (#29305) (8d07b85)
  • cloudtrail: isOrganizationTrail attaches insufficient permissions to bucket (#29242) (457afa9)
  • core: a number of resources are not taggable with Tags.of() (#28989) (7a4c189)
  • custom-resources: custom resource response may silently get dropped (#28826) (c52ff08)
  • ec2: internet gateway is created even if public subnets are reserved (#28607) (985c7e4), closes #28593
  • ecs: autoscalingGroup attribute does not exist on ImportedCluster (#29244) (98b9bf2), closes #29241
  • ecs: stack name can result in noncompliant capacity provider name (#29235) (aca68ba), closes #29151
  • stepfunctions: escaped curly braces result in error during state machine execution (#29267) (a21e429), closes #29261

Alpha modules (2.131.0-alpha.0)

v2.130.0

2 months ago

Features

Bug Fixes


Alpha modules (2.130.0-alpha.0)

v2.129.0

2 months ago

Features


Alpha modules (2.129.0-alpha.0)

Bug Fixes

  • appconfig: scope generated alarm role policy to '*' for composite alarm support (#29171) (c17879d)

v2.128.0

3 months ago

Features

Bug Fixes

  • lambda: @deprecated tag to deprecated runtimes (#29081) (2503f68)
  • stepfunctions-tasks: missing permissions for running tasks on ecs (#27891) (683d595), closes #27803

Alpha modules (2.128.0-alpha.0)

âš  BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • app-staging-synthesizer-alpha: stagingBucketEncryption property is now required. For existing apps, specify BucketEncryption.KMS to retain existing behavior. For new apps, choose the bucket encryption that makes most sense for your use case. BucketEncryption.S3_MANAGED is available and is intended to be the default when this module is stabilized.

Features

Bug Fixes

  • appconfig: deployment recreated on every cdk deployment (#28782) (a21731c)

v2.127.0

3 months ago

Features

Bug Fixes


Alpha modules (2.127.0-alpha.0)

Features

  • pipes-sources: new EventBridge Pipes sources alpha module (#29048) (2e53568)

Bug Fixes

v2.126.0

3 months ago

Features

  • migrate: Add CDK Migrate --from-scan functionality (#28962) (bbc14b3)

Alpha modules (2.126.0-alpha.0)

v2.125.0

3 months ago

Features

  • applicationautoscaling: validate evaluationPeriods and datapointsToAlarm for step scaling policy (#28880) (4034adb)
  • batch: add fargate Runtime Platform properties to ECS Fargate C… (#28841) (ac8251f), closes #26484
  • CLI: Diff Supports Import Change Sets (#28787) (d973615), closes #28336
  • cloudfront: retrieve default distribution metrics (#28894) (8e115db), closes #28893
  • cognito: validate oidc provider name (#28802) (534794c), closes #28667
  • sqs: support for permission settings for dead letter source queues (#28745) (9e21803), closes #19766

Bug Fixes

  • stepfunctions-tasks: mediapackagevod service generates wrong action in role policy (#28775) (305dae0), closes #28774
  • revert deprecation of logRetention properties (#28934) (f89a7d2), closes #28919
  • apigatewayv2: WebSocketAwsIntegration ignores requestParameters and integrationPassThrough behaviors (#28921) (990ead3)
  • eks: Could not use ec2 instance type and size that their names contains dashes (#28040) (b32f47c), closes #27587

Alpha modules (2.125.0-alpha.0)

âš  BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • integ-runner: Parsing of the cli input caused arguments passed after the first instance --language <language> to be interpreted as a language as well. This prevented passing a test name after providing cli options. To overcome this limitation, integ-runner now requires an explicit --language option for each language you want to include: integ-runner --language javascript --language python. This was already documented that way and always the intended way to use this feature.
  • neptune-alpha: Corrected LogRetention IDs for DatabaseCluster. Previously, regardless of the log type, the string ‘objectObject’ was always included, but after the correction, the log type is now included.

Features

Bug Fixes

  • integ-runner: cannot pass test name after --language (#28922) (f9fbbb4)
  • neptune-alpha: multiple cloudwatchLogsExports cannot be set when configuring log retention (#28643) (56794fc), closes #26295