Skip to content

v1.25.0

Compare
Choose a tag to compare
@aws-cdk-automation aws-cdk-automation released this 19 Feb 09:59
5ced526

⚠ BREAKING CHANGES

  • appsync: Changes MappingTemplate.dynamoDbPutItem() to accept
    PrimaryKey and AttributeValues, 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