Releases: awslabs/aws-solutions-constructs
Releases · awslabs/aws-solutions-constructs
v1.56.0
[1.56.0] - 2020-08-05
Changed
- Upgraded all patterns to CDK v1.56.0
v1.55.0
[1.55.0] - 2020-08-05
Changed
- Upgraded all patterns to CDK v1.55.0
v1.54.0
[1.54.0] - 2020-07-31
Changed
- Upgraded all patterns to CDK v1.54.0
- Enforce encryption of data in transit for Amazon S3, Amazon SQS and Amazon SNS (#28)
- Upgrade deprecated CDK property used by API Gateway patterns (#31)
- Fix for CloudFrontDistributionForApiGateway bug (#30)
v1.53.0
[1.53.0] - 2020-07-27
Added
- aws-lambda-sqs-lambda pattern added
Changed
- Upgraded all patterns to CDK v1.53.0
- Expose all cdk objects created by the construct as pattern properties
v1.52.0
[1.52.0] - 2020-07-20
Added
- aws-lambda-sqs pattern added
Changed
- Upgraded all patterns to CDK v1.52.0
v1.51.0
[1.51.0] - 2020-07-13
Changed
- Upgraded all patterns to CDK v1.51.0
v1.50.0
[1.50.0] - 2020-07-09
Changed
- Upgraded all patterns to CDK v1.50.0
v1.49.0
[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
[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
[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)