Skip to content

Releases: awslabs/aws-solutions-constructs

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

v1.78.0

23 Dec 19:24
Compare
Choose a tag to compare

1.78.0 (2020-12-22)

Changed

  • Upgraded all patterns to CDK v1.78.0
  • Allow for existingTableObj? for aws-apigateway-dynamodb pattern (#53)
  • Updated aws-cloudfront-apigateway-* and aws-cloudfront-mediastore patterns due to CDK v1.78.0 breaking change: cloudfront-origins: Default minimum origin SSL protocol for HttpOrigin and LoadBalancerOrigin changed from SSLv3 to TLSv1.2.

v1.77.0

16 Dec 18:28
Compare
Choose a tag to compare

1.77.0 (2020-12-16)

Added

  • aws-cloudfront-mediastore pattern added (#104)
  • aws-s3-sqs pattern added (#27)

Changed

  • Upgraded all patterns to CDK v1.77.0

v1.76.0

15 Dec 19:08
Compare
Choose a tag to compare

1.76.0 (2020-12-14)

Changed

  • Upgraded all patterns to CDK v1.76.0
  • Added ESLint rule to enfore 2 space indentation
  • Updated aws-lambda-sqs to support for VPC