Features
- update AWS Service Spec (#28011) (f0939f2)
- apigateway: support firehose access log destination (#27959) (33357aa), closes #27954
- eks: support for Kubernetes version 1.28 (#27930) (0b1f818), closes #27500
- lambda: add java 21 lambda runtime (#27822) (ef4dee6)
- lambda: add python 3.12 runtime (#27967) (9d17fe2)
- lambda: node20 runtime (#27897) (2e3cdd9)
- lambda: Support S3 as onFailure destinations on MSK and SelfManagedKafka events (#28010) (e789adc)
- rds: support for aurora mysql 3.04.1 (#28002) (846c26a)
- update AWS Service Spec (#27958) (1466207)
Bug Fixes
- ec2:
AmazonLinuxImage
construct generates incorrect SSM parameter name for AL2023 images (#27698) (f6c1e62), closes /github.com/aws/aws-cdk/blob/d0d75478e1cf3bb9a06f33642b9a06fc68d0c99d/packages/aws-cdk-lib/aws-ec2/lib/machine-image/amazon-linux2.ts#L77-L84 /github.com/aws/aws-cdk/blob/d0d75478e1cf3bb9a06f33642b9a06fc68d0c99d/packages/aws-cdk-lib/aws-ec2/lib/machine-image/amazon-linux-2023.ts#L59-L66 #27638 - elasticloadbalancingv2: access logging fails on imported bucket (#27948) (ba11f36), closes #27928
- events: imported event rule ignores environment from arn (#27907) (bfbe756)
- sqs: imported queue ignores environment from arn (#27906) (633dbe2)
Reverts
- "chore(cdk): boostrap template uses deprecated AccessControl property" (#27939) (093c4ed), closes aws/aws-cdk#27764