Releases: awslabs/aws-solutions-constructs
Releases · awslabs/aws-solutions-constructs
v1.87.1
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
1.87.0 (2021-02-12)
Changed
- Upgraded all patterns to CDK v1.87.0
v1.86.0
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
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
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
1.83.0 (2021-01-21)
Changed
- Upgraded all patterns to CDK v1.83.0
v1.82.0
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
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
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
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