Skip to content

v1.102.0

Compare
Choose a tag to compare
@aws-solutions-constructs-team aws-solutions-constructs-team released this 20 May 19:05
8f811da

Changed

  • Upgraded all patterns to CDK v1.102.0
  • Fixed key name typo on aws-kinesisstreams-gluejob #185
  • BREAKING CHANGE: Added a check for redundant Prop values. If you send an existing resource and props for a new resource, the construct will now throw an error. In the past it ignored one of the values. Will only be a problem if you depended upon the earlier behavior. #177
  • BREAKING CHANGE: Updated Sagemaker integration tests to create stacks via cdk-integ. This may affect some snapshot based integration tests. 172

Added

  • aws-lambda-ssm-string-parameter: New aws-lambda-ssm-string-parameter pattern implementation (#64) (#175) (b0567e4)