Features
- update L1 CloudFormation resource definitions (#33579) (a6bfe3c)
- rds: scheduling modifications in the next scheduled maintenance window (#33448) (be2c7d0), closes #33447
- stepfunctions: add support for custom CSV delimiters in S3CsvItemReader (#33558) (43ae4fc), closes #33418
Bug Fixes
- cognito: re-adding threat protection capabilities and clarifying feature plans (#33565) (2f9bc41), closes #33393 #32367 #32367 #33393
- core:
serviceTimeout
forCustomResource
does not work with token (#33541) (bc91c70), closes #33513 /github.com/go-to-k/aws-cdk/blob/75e52619cd09f363882ff62561a53cd5cd79ab30/packages/aws-cdk-lib/core/lib/custom-resource.ts#L169 /github.com/go-to-k/aws-cdk/blob/75e52619cd09f363882ff62561a53cd5cd79ab30/packages/aws-cdk-lib/core/lib/duration.ts#L332 - core: cross-stack references to NestedStack list values produces invalid outputs (#32575) (f9252ab), closes #27233
- core: wrong priority for tag aspects (#33460) (0b9ffeb)
- rds:
monitoringInterval
inDatabaseClusterProps
does not work with token (#33516) (f9b28b9), closes #33504 - stepfunctions-tasks:
SageMakerCreateTrainingJob
add sagemaker:AddTags permission (#32536) (3b07346), closes #32294