⚠ BREAKING CHANGES
- assets:
cdk deploy
now needss3:ListBucket
instead ofs3:HeadObject
. - efs: Exported types no longer have the
Efs
prefix. - efs:
provisionedThroughputInMibps
property is renamed toprovisionedThroughputPerSecond
and has the typeSize
. - efs: The property
fileSystemID
is now renamed tofileSystemId
in the now namedFileSystemAttributes
(previously,EfsFileSystemAttributes
). - efs:
LifecyclePolicyProperty
is now renamed toLifecyclePolicy
.
Features
- backup: Vault, Plan and Selection (#7074) (c8aa92d)
- cfnspec: cloudformation spec v13.0.0 (#7504) (6903869)
- cloudtrail: Lambda Function data events (4a70138)
- cognito: user pool domain (#7224) (feadd6c), closes #6787
- stepfunctions: retrieve all reachable states from a given state in a state machine definition (#7324) (ac3b330), closes #7256
Bug Fixes
- assets: infrequent "ValidationError: S3 error: Access Denied" (#7556) (00c9deb), closes #6430 #7553
- apigateway: changing RestApi policy does not trigger new deployment (#7115) (1b3aeaf), fixes #5354
- route53: cannot add tags to
HostedZone
(#7531) (2729804), closes #7445 - efs: drop Efs prefix from all exported types (#7481) (ddd47cd)