Features
- update L1 CloudFormation resource definitions (#31145) (5387605)
- batch: add ECS_AL2023 (#30928) (d45bf08)
- CLI: synth displays "AssertDescription: CDK bootstrap stack version 6 required" (#31092) (751a922), closes #17942
- core: configure SNS topics to receive stack events on the Stack construct (#30551) (0cdce20), closes #8581
- dynamodb: adding on-demand-throughput to table (#30725) (d5a19bb), closes #30091
- elasticloadbalancingv2: connection logs for ALB (#30599) (7c4f423)
- elasticloadbalancingv2: support Mutual Authentication with TLS for Application Load Balancer (#30784) (7eae4d1), closes #28206
- region-info: update Metadata regions (#31044) (ae7d181)
- region-info: update Metadata regions (#31046) (6ec69b9)
- region-info: update Metadata regions (#31047) (9025635)
- s3: add skip destination validation property (#30916) (ffc40e5), closes #30914 #30914
- ssm: support cross-account sharing (#30646) (1eb1ea6), closes #29292
- set log retention of all CDK-vended custom resources with CustomResourceConfig (#31041) (f2babd9)
- update L1 CloudFormation resource definitions (#31025) (5414932)
- update L1 CloudFormation resource definitions (#31086) (62a641c)
- update L1 CloudFormation resource definitions (#31120) (931ebba)
- vpc: support custom route and subnet (#30538) (e17fdd7), closes RFC#507
Bug Fixes
- elasticloadbalancingv2-targets: add AlbListenerTarget for NLBs, deprecate AlbTarget due to ALB listener race conditions (#17208) (#30396) (1fca1e5), closes /github.com/aws/aws-cdk/issues/17208#issuecomment-1681475590
- lambda: validate localMountPath format and length (#31019) (c159e77)
- vpc-v2: fixing default scope id (#31102) (0007a29)
Reverts
- feat(core): configure SNS topics to receive stack events on the Stack construct (#31100) (5f30aa5), closes aws/aws-cdk#30551
- feat(ec2): security group lookup via filters (#31065) (79b5cd2), closes aws/aws-cdk#30625
- feat(ecs): add validation checks to memory cpu combinations of FARGATE compatible task definitions (#31110) (ffba5b1)
Alpha modules (2.154.0-alpha.0)
Features
- amplify: support custom certificate (#30791) (8d76778), closes #30594
- ec2: security group lookup via filters (#30625) (abc78bf), closes #30331
- sagemaker: network isolation for a model (#30657) (f1af7fc)
Bug Fixes
- cli-lib-alpha: bootstrap fails with "bad argument name" error for trust and trustForLookup (#31159) (b11ca4a), closes #30404
- cognito-identitypool-alpha: validation error if provided id is a token (#30882) (ad1b797), closes #29780 #28184
- ec2: prevent deduplication of init command args (#30821) (1e7c690), closes #26221