⚠ 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
- ensure issues created outside templates receive needs-triage label (#37505) (58cb92a), closes #37454 Abogical/aws-cdk#24
- include cfn-property-mixins in spec-update workflow gen step (e847c52), closes #36300