⚠ BREAKING CHANGES
- appsync: Changes
MappingTemplate.dynamoDbPutItem()
to accept
PrimaryKey
andAttributeValues
, which allow configuring the primary
key and to project an object to a set of attribute values.
Features
- appsync: more general mapping template for DynamoDB PutItem (#6236) (e9937d3), closes #6225
- aws-applicationautoscaling: support Lambda and Comprehend (#6191) (bdab747)
- cfn: update CloudFormation spec to v11.0.0 (#6311) (ea272fa)
Bug Fixes
- aws-lambda-nodejs: Fix parcel invocation when invoked from globally installed cdk cli (#6206) (ce96e08), closes #6204
- codepipeline: fixed typo in method docs within action.ts (78a39b7)
- eks: Helm release name length &
--wait
option. (#6276) (1811e00), closes /github.com/helm/helm/blob/b63822ed12de1badbb61736d2f7ea4e756ef757d/pkg/action/install.go#L52-L55 - lambda-nodejs: not meaningful parcel error message when build fails (#6277) (a97b48a), closes #6274