Skip to content

Releases: aws/aws-cdk

v2.250.0

14 Apr 21:50
26014d4

Choose a tag to compare

⚠ BREAKING CHANGES

  • ** L1 resources are automatically generated from public CloudFormation Resource Schemas. They are built to closely reflect the real state of CloudFormation. Sometimes these updates can contain changes that are incompatible with previous types, but more accurately reflect reality. In this release we have changed:

aws-emr: AWS::EMR::Cluster: MonitoringConfiguration property removed.
aws-emr: AWS::EMR::Cluster: CloudWatchLogConfiguration type removed.
aws-emr: AWS::EMR::Cluster: EMRConfiguration type removed.
aws-emr: AWS::EMR::Cluster: MonitoringConfiguration type removed.

Features

  • s3files: s3Files Lambda L1 integration (#37547) (af41262)
  • update L1 CloudFormation resource definitions (#37582) (c99ce64)
  • mediapackagev2: add region attribute on mediapackagev2 resources and extra naming validation (#37526) (112ed67)

Bug Fixes

  • eks-v2: respect securityGroup(s) in KubectlProviderOptions (#37247) (4c530fa), closes #36653
  • lambda-nodejs: if entry path is not under project root, bundling in Docker fails in an unclear way (#37572) (73662df)

Alpha modules (2.250.0-alpha.0)

v2.249.0

13 Apr 15:26
8f84c62

Choose a tag to compare

⚠ BREAKING CHANGES

  • L1 resources are automatically generated from
    public CloudFormation Resource Schemas. They are built to closely
    reflect the real state of CloudFormation. Sometimes these updates can
    contain changes that are incompatible with previous types, but more
    accurately reflect reality. In this release we have changed:

aws-appstream: AWS::AppStream::Stack: Id attribute removed.
aws-appsync: AWS::AppSync::GraphQLApi: LogConfig.CloudWatchLogsRoleArn
property is now required.
aws-appsync: AWS::AppSync::GraphQLApi: LogConfig.FieldLogLevel property
is now required.
aws-kafkaconnect: AWS::KafkaConnect::Connector:
ProvisionedCapacity.McuCount property is now required.

Features

  • batch: add AL2023 image types and default to AL2023 (under feature flag) (#37539) (6c1251c), closes #35839 #37205
  • update L1 CloudFormation resource definitions (f28bb0e)
  • update L1 CloudFormation resource definitions (#37530) (117562c)
  • core: add source tracing for L1 construct property mutations (#37543) (8f38378)

Bug Fixes


Alpha modules (2.249.0-alpha.0)

v2.248.0

03 Apr 07:43
b5670b3

Choose a tag to compare

Bug Fixes

  • eks: downgrade isolated subnet validation from error to warning (#37500) (470856c), closes #37491

Alpha modules (2.248.0-alpha.0)

v2.247.0

02 Apr 12:22
f50b8a4

Choose a tag to compare

⚠ BREAKING CHANGES

  • ** L1 resources are automatically generated from public CloudFormation Resource Schemas. They are built to closely reflect the real state of CloudFormation. Sometimes these updates can contain changes that are incompatible with previous types, but more accurately reflect reality. In this release we have changed:

aws-bedrockagentcore: AWS::BedrockAgentCore::OnlineEvaluationConfig: ExecutionStatus attribute removed.
aws-appstream: AWS::AppStream::ImageBuilder: Name property is now immutable.
aws-eks: AWS::EKS::Capability: EKS_CAPABILITY_ACK_S3_LOGS vended log type removed.

Features

  • update L1 CloudFormation resource definitions (#37410) (bd2c318)
  • apigatewayv2: add role support for lambda authorizers (#35706) (2fb2f16), closes #35696
  • batch: skip unregister job definition on update (#36011) (2fb2240)
  • elasticloadbalancingv2: jwt verification for application load balancer (#36099) (aacd28a), closes #36096

Bug Fixes


Alpha modules (2.247.0-alpha.0)

Features

v2.246.0

31 Mar 12:55
96da2a9

Choose a tag to compare

Features

Bug Fixes

Reverts


Alpha modules (2.246.0-alpha.0)

v2.245.0

27 Mar 16:03
776e79d

Choose a tag to compare

Features

Bug Fixes


Alpha modules (2.245.0-alpha.0)

Features

  • s3tables-alpha: add support for partition spec, sort order, and table properties (#36811) (2696cd1)
  • s3tables-alpha: add metrics configuration support for TableBucket (#37275) (e8786f5)
  • s3tables-alpha: implement ITaggableV2 on TableBucket and Table L2 constructs (#37277) (69c8944), closes #33054

v2.244.0

19 Mar 17:31
10267a2

Choose a tag to compare

Features

Bug Fixes


Alpha modules (2.244.0-alpha.0)

Bug Fixes

  • kinesisanalytics-flink-alpha: mark deprecated flink runtimes as deprecated (#37155) (0a89447)

v2.243.0

11 Mar 16:13
ad84b4d

Choose a tag to compare

Features

  • update L1 CloudFormation resource definitions (#37201) (85daaf5)
  • cfn-property-mixins: graduate to stable @aws-cdk/cfn-property-mixins package (#37215) (f071e67)

Bug Fixes

  • dynamodb: resource policies don't have the index ARNs when indexes are added after granting permissions (#37213) (eb37071)

Alpha modules (2.243.0-alpha.0)

v2.242.0

10 Mar 18:24
7015f97

Choose a tag to compare

⚠ BREAKING CHANGES

  • ** L1 resources are automatically generated from public CloudFormation Resource Schemas. They are built to closely reflect the real state of CloudFormation. Sometimes these updates can contain changes that are incompatible with previous types, but more accurately reflect reality. In this release we have changed:

    • aws-ssm: AWS::SSM::MaintenanceWindow: Id attribute removed.

Features

Bug Fixes

  • aws-cdk-lib: Asset uses a lot of memory (#37186) (70cae75)
  • large amounts of metadata can break 512MB string limit (#34480) (20c3154)
  • opensearchservice: enableAutoSoftwareUpdate: false is not reflected in the CloudFormation template (#37152) (dec8e6f), closes #36382
  • s3: discover existing bucket policies in default trait factory (#37166) (f090816)

Alpha modules (2.242.0-alpha.0)

Features

  • mixins-preview: allow passing resource objects into properties in CFN Property mixins (#37148) (f238629)
  • mixins-preview: generate EventBridge pattern for all events (#37081) (f30e836)
  • mixins-preview: support custom merge strategies via IMergeStrategy (#37170) (0dec011)

v2.241.0

02 Mar 14:47
5cc30e0

Choose a tag to compare

⚠ BREAKING CHANGES

  • ** L1 resources are automatically generated from public CloudFormation Resource Schemas. They are built to closely reflect the real state of CloudFormation. Sometimes these updates can contain changes that are incompatible with previous types, but more accurately reflect reality. In this release we have changed:

aws-codedeploy: AWS::CodeDeploy::DeploymentGroup: Id attribute removed.

Features

Bug Fixes


Alpha modules (2.241.0-alpha.0)

Features

  • mixins-preview: add recordFields and outputFormat to Vended Logs Mixin (#37042) (dd94c31)
  • mixins-preview: cross account delivery destinations (#36827) (a759eb6)