Skip to content

Releases: awslabs/aws-solutions-constructs

v1.87.1

22 Feb 20:45
Compare
Choose a tag to compare

1.87.1 (2021-02-22)

Changed

  • Upgraded all patterns to CDK v1.87.1
  • Implemented SSE where appropriate on Firehose-S3 patterns
  • Updated integration tests to not depend upon specific buckets

v1.87.0

12 Feb 22:25
Compare
Choose a tag to compare

1.87.0 (2021-02-12)

Changed

  • Upgraded all patterns to CDK v1.87.0

v1.86.0

12 Feb 20:23
Compare
Choose a tag to compare

1.86.0 (2021-02-12)

Added

  • aws-kinesisstreams-gluejob pattern added (#40)

Changed

  • Upgraded all patterns to CDK v1.86.0
  • Create security-group-helper.ts to consolidate security group code

v1.85.0

08 Feb 15:51
Compare
Choose a tag to compare

1.85.0 (2021-02-05)

Changed

  • Upgraded all patterns to CDK v1.85.0
  • Updated READMEs for all aws-cloudfront-* patterns to address (#127)
  • Fixed the bug related to lambda permission name collision when chaining two constructs that require to add LambdaInvokePermission

v1.84.0

29 Jan 18:32
Compare
Choose a tag to compare

1.84.0 (2021-01-29)

Changed

  • Upgraded all patterns to CDK v1.84.0
  • Updated aws-lambda-sns and aws-lambs-s3 to support for VPC
  • Added Design Guidelines

v1.83.0

21 Jan 21:11
Compare
Choose a tag to compare

1.83.0 (2021-01-21)

Changed

  • Upgraded all patterns to CDK v1.83.0

v1.82.0

21 Jan 16:13
Compare
Choose a tag to compare

1.82.0 (2021-01-21)

Changed

  • Upgraded all patterns to CDK v1.82.0
  • Fixed the issue related to Cfn Nag warnings related to CloudWatchLogs for all patterns (#121)

v1.81.0

14 Jan 19:41
Compare
Choose a tag to compare

1.81.0 (2021-01-14)

Changed

  • Upgraded all patterns to CDK v1.81.0
  • Fixed the issue related to adding custom lambda@edge removes insertHttpSecurityHeaders lambda@edge for all aws-cloudfront-* patterns (#114)

v1.80.0

11 Jan 22:48
Compare
Choose a tag to compare

1.80.0 (2021-01-11)

Changed

  • Upgraded all patterns to CDK v1.80.0
  • Fixed the allowReadOperation override bug for aws-apigateway-dynamodb pattern (#115)
  • Updated vpc-defaults.ts and vpc-helper.ts in core to allow different default VPCs

v1.79.0

31 Dec 18:43
Compare
Choose a tag to compare

1.79.0 (2020-12-31)

Changed

  • Upgraded all patterns to CDK v1.79.0
  • Fixed the override warning bug for aws-lambda-step-function pattern (#108)
  • Updated aws-lambda-sqs construct props existingVpc from ec2.Vpc to ec2.IVpc