Skip to content

Releases: awslabs/aws-solutions-constructs

v1.51.0

13 Jul 22:51
Compare
Choose a tag to compare

[1.51.0] - 2020-07-13

Changed

  • Upgraded all patterns to CDK v1.51.0

v1.50.0

09 Jul 22:57
Compare
Choose a tag to compare

[1.50.0] - 2020-07-09

Changed

  • Upgraded all patterns to CDK v1.50.0

v1.49.0

09 Jul 18:53
Compare
Choose a tag to compare

[1.49.0] - 2020-07-09

Changed

  • Upgraded all patterns to CDK v1.49.0
  • BREAKING CHANGE: Removed deployLambda and deployBucket from all patterns Construct Props
  • Added tablePermissions to aws-lambda-dynamodb & aws-iot-lambda-dynamodb for fine-grained table permissions to grant to the lambda function

v1.48.0

06 Jul 21:33
Compare
Choose a tag to compare

[1.48.0] - 2020-07-06

Added

  • aws-lambda-step-function pattern added

Changed

  • Upgraded all patterns to CDK v1.48.0
  • Fix for aws-sqs-lambda pattern bug when using FIFO queue (#13)
  • Minor updates to CONTRIBUTING.md and deployment/build-patterns.sh

v1.47.0

25 Jun 21:11
Compare
Choose a tag to compare

[1.47.0] - 2020-06-25

Added

  • Upgraded all patterns to CDK v1.47.0

Changed

  • Adding ability to provide a dynamodb table (#8)
  • Fix bug in s3BucketWithLogging function (#9)

v1.46.0

22 Jun 19:38
Compare
Choose a tag to compare

[1.46.0] - 2020-06-22

General Availability of the AWS Solutions Constructs!! 🎉🎉🥂🥂🍾🍾

Added

  • aws-events-rule-step-function pattern added
  • aws-s3-step-function pattern added
  • Upgraded all patterns to CDK v1.46.0
  • Renamed the Github repo and NPM, PyPi & Maven namespaces to AWS Solutions Constructs

Changed

  • Changed the default encryption setting for Amazon SQS & Amazon Kinesis to use AWS Managed KMS Key
  • Updated READMEs for all patterns to include Default settings section
  • For all patterns, converted the getter methods to properties; used for retrieving the underlying AWS Resource object(s) created by the Solutions Constructs

v0.8.1-beta

29 May 18:22
Compare
Choose a tag to compare
v0.8.1-beta Pre-release
Pre-release

[0.8.1-beta] - 2020-05-21

Changed

  • Upgraded to CDK v1.40.0
  • Ability to emit a warning to the console when a prescriptive default value is overridden by the user
  • Automatic injection of best practice HTTP security headers in all HTTP responses from cloudfront
  • Fix the Cfn Nag warning Cloudfront should use minimum protocol version TLS 1.2 (W70)

v0.8.0-beta

29 May 18:03
Compare
Choose a tag to compare
v0.8.0-beta Pre-release
Pre-release

[0.8.0-beta] - 2020-03-31

Added

  • Initial public beta release
  • aws-apigateway-dynamodb module added
  • aws-apigateway-lambda module added
  • aws-apigateway-sqs module added
  • aws-cloudfront-apigateway-lambda module added
  • aws-cloudfront-apigateway module added
  • aws-cloudfront-s3 module added
  • aws-cognito-apigateway-lambda module added
  • aws-dynamodb-stream-lambda-elasticsearch-kibana module added
  • aws-dynamodb-stream-lambda module added
  • aws-events-rule-lambda module added
  • aws-iot-kinesisfirehose-s3 module added
  • aws-iot-lambda-dynamodb module added
  • aws-iot-lambda module added
  • aws-kinesisfirehose-s3-and-kinesisanalytics module added
  • aws-kinesisfirehose-s3 module added
  • aws-kinesisstreams-lambda module added
  • aws-lambda-dynamodb module added
  • aws-lambda-elasticsearch-kibana module added
  • aws-lambda-s3 module added
  • aws-lambda-sns module added
  • aws-s3-lambda module added
  • aws-sns-lambda module added
  • aws-sqs-lambda module added
  • core module added