CHANGES TO L1 RESOURCES
- L1 resources are automatically generated from public CloudFormation Resource Schemas. They are build 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-rds: AWS::RDS::DBInstance:
StatusInfos
property is removed. - aws-sagemaker: AWS::SageMaker::Domain:
SingleSignOnApplicationArn
property is removed. - aws-cloudfront: AWS::CloudFront::Function:
Name
property is now set as immutable.
Features
- implement UsagePlan and ApiKey support in L2 constructs for aws-apigatewayv2 (WebSocketApi) (#35060) (f7faffe), closes #28756
- update L1 CloudFormation resource definitions (#35256) (d79fd85)
Bug Fixes
- apigateway: invalid JSON structure in StepFunctions error responses causes 500s (#34787) (0d5ce56), closes #34777
- aws-cdk-lib: feature flag report contains unnecessary flags (#35227) (566f6ca)
- s3-deployment: list tokens in Source.jsonData are not resolved. (#35169) (1efb764), closes #35145 #35145
- signer: not correctly passing signingProfileName to CfnSigningProfile (#35033) (aaaa9cc), closes #35030
Reverts
- docs: revert ECS and Fargate service documentation for new AZ rebalancing default values (#35233) (7c0084a), closes #35156