Releases: awslabs/aws-solutions-constructs
Releases · awslabs/aws-solutions-constructs
v1.67.0
v1.66.0
v1.65.0
v1.64.1
v1.64.0
[1.64.0] - 2020-09-24
Changed
- Upgraded all patterns to CDK v1.64.0
- Fix
aws-cognito-apigateway-lambda
pattern bug with override forcognitoUserPoolClientProps
(#71) - Fix
api-gateway-sqs
pattern bug with override forcreateRequestTemplate
(#69) - Fix
aws-kinesisfirehose-s3-and-kinesisanalytics
pattern bug with override forkinesisFirehoseProps
(#73) - Fix
aws-cloudfront-apigateway-lambda
pattern bug with override forapiGatewayProps
- Fix ALL patterns to use the ARNs with
${cdk.Aws.PARTITION}
partition instead ofaws
(#67) - Update
aws-lambda-elasticsearch-kibana
pattern to add an optional construct props to provide Cognito Domain separately (#54) - Update ALL S3 patterns to disable versioning for the Logging bucket and apply default lifecycle policy for the versioned buckets (#44)
- Fix ALL SQS patterns to not create DLQ when user provides the
existingQueueObj
- Update
aws-sqs-lambda
pattern to allow for overridingsqsEventSourceProps
v1.63.0
[1.63.0] - 2020-09-14
Changed
- Upgraded all patterns to CDK v1.63.0
- BREAKING CHANGE: For
aws-kinesisstreams-lambda
pattern, changed construct prop fromeventSourceProps?: lambda.EventSourceMappingOptions | any
tokinesisEventSourceProps?: KinesisEventSourceProps
- Allow for
existingStreamObj?
foraws-kinesisstreams-lambda
pattern (#58)