Releases: awslabs/aws-solutions-constructs
Releases · awslabs/aws-solutions-constructs
v1.77.0
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
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
v1.75.0
1.75.0 (2020-12-03)
Changed
- Upgraded all patterns to CDK v1.75.0
- Updated
lambda-helper
in core
to grant Vpc permissions for the lambda role, if required by the lambda function
v1.74.0
1.74.0 (2020-11-17)
Changed
- Upgraded all patterns to CDK v1.74.0
v1.73.0
1.73.0 (2020-11-11)
Changed
- Upgraded all patterns to CDK v1.73.0
- Removed aws-lambda-sagemaker pattern from the library
v1.72.0
1.72.0 (2020-11-09)
Changed
- Upgraded all patterns to CDK v1.72.0
- Fix ALL lambda patterns to allow for disabling the X-ray tracing (#95)
- Fix
aws-apigateway-sqs
pattern to override AllowReadOperation to false (#100)
v1.71.0
1.71.0 (2020-10-30)
Changed
- Upgraded all patterns to CDK v1.71.0
v1.70.0
[1.70.0] - 2020-10-26
Added
- aws-events-rule-kinesisstreams pattern added (#59)
- aws-events-rule-kinesisfirehose-s3 pattern added (#72)
- aws-lambda-sagemaker pattern added (#23)
Changed
- Upgraded all patterns to CDK v1.70.0
v1.69.0
[1.69.0] - 2020-10-21
Changed
- Upgraded all patterns to CDK v1.69.0
- BREAKING CHANGE: Updated
aws-events-rule-sns
and aws-events-rule-sqs
patterns to use pascal case for class and interface names
v1.68.0
[1.68.0] - 2020-10-16
Added
- aws-kinesisstreams-kinesisfirehose-s3 pattern added (#74)
- aws-apigateway-sagemakerendpoint pattern added (#75)
Changed
- Upgraded all patterns to CDK v1.68.0
- BREAKING CHANGE: For All
aws-cloudfront-*
patterns, changed the underlying CloudFront L2 construct from CloudFrontWebDistribution
to Distribution