Features
- cloudformation-diff: use awscdk-service-spec as data source (#27813) (aac52e5)
- ec2: support for m7a, r7a and c7a instance types in aws-ec2 (#27823) (e9ba676), closes /docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-instance.html#cfn-ec2
- ec2: support for r7i instance type in aws-ec2 (#27737) (9a56bce), closes /docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2
- ec2: vpc flow logs supports kinesis data firehose (#27604) (e6b59d6), closes /docs.aws.amazon.com/ja_jp/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2 #27275
- eks: add AlbControllerVersion v2.5.2 - v2.5.4 and v2.6.0 - v2.6.2 (#27910) (d33651f), closes #27890
- lambda: new lambda runtime provided.al2023 (#27856) (2717c5a)
- update AWS Service Spec (#27821) (fce26b6)
- update AWS Service Spec (#27851) (e6d57cd)
- update AWS Service Spec (#27855) (aa45bfd)
Bug Fixes
- s3: InventoryConfiguration[].Id exceeds maximum size allowed by the PutBucketInventoryConfiguration API (#27794) (1fa399e), closes #27793
- update commented template test (#27870) (028911f), closes #27869
- ec2: two undefined tunnelInsideCidr should not throw error (#27778) (3c7ca51), closes #27772
- elasticloadbalancingv2: circular dependency with access logging on bucket in extended ALB (#27558) (1b86634), closes #27528
Alpha modules (2.106.0-alpha.0)
⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
- appconfig:
Environment.fromEnvironmentAttributes
function signature changed; property calledattr
is nowattrs
. This should affect only Python users.- appconfig:
Extension.fromExtensionAttributes
function signature changed; property calledattr
is nowattrs
. This should affect only Python users.
- appconfig:
Features
- appconfig: inline YAML support for hosted configuration (#27696) (de0a9e2)
- gamelift: support Build serverSdkVersion, updated OperatingSystem values (#27857) (f1bb801), closes #27655
- scheduler-targets: CodeBuild scheduler target (#27792) (9d63316), closes #27448