Skip to content

Commit

Permalink
Update to version v1.65.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hnishar committed Oct 1, 2020
1 parent e15714d commit 9d93596
Show file tree
Hide file tree
Showing 64 changed files with 985 additions and 621 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.65.0] - 2020-10-01

### Changed
- Upgraded all patterns to CDK v1.65.0

## [1.64.1] - 2020-09-26

### Changed
Expand Down
2 changes: 1 addition & 1 deletion source/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"./patterns/@aws-solutions-constructs/*"
],
"rejectCycles": "true",
"version": "1.64.1"
"version": "1.65.0"
}
2 changes: 1 addition & 1 deletion source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-solutions-constructs",
"version": "1.64.1",
"version": "1.65.0",
"description": "AWS Solutions Constructs Library",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-solutions-constructs/aws-apigateway-dynamodb",
"version": "1.64.1",
"version": "1.65.0",
"description": "CDK Constructs for AWS API Gateway and Amazon DynamoDB integration.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -53,16 +53,16 @@
}
},
"dependencies": {
"@aws-cdk/core": "~1.64.1",
"@aws-cdk/aws-apigateway": "~1.64.1",
"@aws-cdk/aws-iam": "~1.64.1",
"@aws-cdk/aws-dynamodb": "~1.64.1",
"@aws-cdk/aws-logs": "~1.64.1",
"@aws-solutions-constructs/core": "~1.64.1",
"@aws-cdk/core": "~1.65.0",
"@aws-cdk/aws-apigateway": "~1.65.0",
"@aws-cdk/aws-iam": "~1.65.0",
"@aws-cdk/aws-dynamodb": "~1.65.0",
"@aws-cdk/aws-logs": "~1.65.0",
"@aws-solutions-constructs/core": "~1.65.0",
"constructs": "^3.0.4"
},
"devDependencies": {
"@aws-cdk/assert": "~1.64.1",
"@aws-cdk/assert": "~1.65.0",
"@types/jest": "^24.0.23",
"@types/node": "^10.3.0"
},
Expand All @@ -72,12 +72,12 @@
]
},
"peerDependencies": {
"@aws-cdk/core": "~1.64.1",
"@aws-cdk/aws-apigateway": "~1.64.1",
"@aws-cdk/aws-iam": "~1.64.1",
"@aws-cdk/aws-dynamodb": "~1.64.1",
"@aws-solutions-constructs/core": "~1.64.1",
"@aws-cdk/core": "~1.65.0",
"@aws-cdk/aws-apigateway": "~1.65.0",
"@aws-cdk/aws-iam": "~1.65.0",
"@aws-cdk/aws-dynamodb": "~1.65.0",
"@aws-solutions-constructs/core": "~1.65.0",
"constructs": "^3.0.4",
"@aws-cdk/aws-logs": "~1.64.1"
"@aws-cdk/aws-logs": "~1.65.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-solutions-constructs/aws-apigateway-kinesisstreams",
"version": "1.64.1",
"version": "1.65.0",
"description": "CDK Constructs for AWS API Gateway and Amazon Kinesis Data Streams integration.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -53,16 +53,16 @@
}
},
"dependencies": {
"@aws-cdk/core": "~1.64.1",
"@aws-cdk/aws-apigateway": "~1.64.1",
"@aws-cdk/aws-iam": "~1.64.1",
"@aws-cdk/aws-kinesis": "~1.64.1",
"@aws-cdk/aws-logs": "~1.64.1",
"@aws-solutions-constructs/core": "~1.64.1",
"@aws-cdk/core": "~1.65.0",
"@aws-cdk/aws-apigateway": "~1.65.0",
"@aws-cdk/aws-iam": "~1.65.0",
"@aws-cdk/aws-kinesis": "~1.65.0",
"@aws-cdk/aws-logs": "~1.65.0",
"@aws-solutions-constructs/core": "~1.65.0",
"constructs": "^3.0.4"
},
"devDependencies": {
"@aws-cdk/assert": "~1.64.1",
"@aws-cdk/assert": "~1.65.0",
"@types/jest": "^24.0.23",
"@types/node": "^10.3.0"
},
Expand All @@ -72,12 +72,12 @@
]
},
"peerDependencies": {
"@aws-cdk/core": "~1.64.1",
"@aws-cdk/aws-apigateway": "~1.64.1",
"@aws-cdk/aws-iam": "~1.64.1",
"@aws-cdk/aws-kinesis": "~1.64.1",
"@aws-solutions-constructs/core": "~1.64.1",
"@aws-cdk/core": "~1.65.0",
"@aws-cdk/aws-apigateway": "~1.65.0",
"@aws-cdk/aws-iam": "~1.65.0",
"@aws-cdk/aws-kinesis": "~1.65.0",
"@aws-solutions-constructs/core": "~1.65.0",
"constructs": "^3.0.4",
"@aws-cdk/aws-logs": "~1.64.1"
"@aws-cdk/aws-logs": "~1.65.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-solutions-constructs/aws-apigateway-lambda",
"version": "1.64.1",
"version": "1.65.0",
"description": "CDK constructs for defining an interaction between an API Gateway and a Lambda function.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -53,16 +53,16 @@
}
},
"dependencies": {
"@aws-cdk/aws-apigateway": "~1.64.1",
"@aws-cdk/aws-lambda": "~1.64.1",
"@aws-cdk/aws-logs": "~1.64.1",
"@aws-cdk/core": "~1.64.1",
"@aws-cdk/aws-iam": "~1.64.1",
"@aws-solutions-constructs/core": "~1.64.1",
"@aws-cdk/aws-apigateway": "~1.65.0",
"@aws-cdk/aws-lambda": "~1.65.0",
"@aws-cdk/aws-logs": "~1.65.0",
"@aws-cdk/core": "~1.65.0",
"@aws-cdk/aws-iam": "~1.65.0",
"@aws-solutions-constructs/core": "~1.65.0",
"constructs": "^3.0.4"
},
"devDependencies": {
"@aws-cdk/assert": "~1.64.1",
"@aws-cdk/assert": "~1.65.0",
"@types/jest": "^24.0.23",
"@types/node": "^10.3.0"
},
Expand All @@ -72,12 +72,12 @@
]
},
"peerDependencies": {
"@aws-cdk/aws-apigateway": "~1.64.1",
"@aws-cdk/aws-lambda": "~1.64.1",
"@aws-cdk/aws-logs": "~1.64.1",
"@aws-cdk/core": "~1.64.1",
"@aws-solutions-constructs/core": "~1.64.1",
"@aws-cdk/aws-apigateway": "~1.65.0",
"@aws-cdk/aws-lambda": "~1.65.0",
"@aws-cdk/aws-logs": "~1.65.0",
"@aws-cdk/core": "~1.65.0",
"@aws-solutions-constructs/core": "~1.65.0",
"constructs": "^3.0.4",
"@aws-cdk/aws-iam": "~1.64.1"
"@aws-cdk/aws-iam": "~1.65.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-solutions-constructs/aws-apigateway-sqs",
"version": "1.64.1",
"version": "1.65.0",
"description": "CDK constructs for defining an interaction between an AWS Lambda function and an Amazon S3 bucket.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -53,17 +53,17 @@
}
},
"dependencies": {
"@aws-cdk/aws-apigateway": "~1.64.1",
"@aws-cdk/aws-sqs": "~1.64.1",
"@aws-cdk/aws-kms": "~1.64.1",
"@aws-cdk/aws-iam": "~1.64.1",
"@aws-cdk/aws-logs": "~1.64.1",
"@aws-cdk/core": "~1.64.1",
"@aws-solutions-constructs/core": "~1.64.1",
"@aws-cdk/aws-apigateway": "~1.65.0",
"@aws-cdk/aws-sqs": "~1.65.0",
"@aws-cdk/aws-kms": "~1.65.0",
"@aws-cdk/aws-iam": "~1.65.0",
"@aws-cdk/aws-logs": "~1.65.0",
"@aws-cdk/core": "~1.65.0",
"@aws-solutions-constructs/core": "~1.65.0",
"constructs": "^3.0.4"
},
"devDependencies": {
"@aws-cdk/assert": "~1.64.1",
"@aws-cdk/assert": "~1.65.0",
"@types/jest": "^24.0.23",
"@types/node": "^10.3.0"
},
Expand All @@ -73,13 +73,13 @@
]
},
"peerDependencies": {
"@aws-cdk/aws-apigateway": "~1.64.1",
"@aws-cdk/aws-sqs": "~1.64.1",
"@aws-cdk/aws-kms": "~1.64.1",
"@aws-cdk/aws-iam": "~1.64.1",
"@aws-cdk/core": "~1.64.1",
"@aws-solutions-constructs/core": "~1.64.1",
"@aws-cdk/aws-apigateway": "~1.65.0",
"@aws-cdk/aws-sqs": "~1.65.0",
"@aws-cdk/aws-kms": "~1.65.0",
"@aws-cdk/aws-iam": "~1.65.0",
"@aws-cdk/core": "~1.65.0",
"@aws-solutions-constructs/core": "~1.65.0",
"constructs": "^3.0.4",
"@aws-cdk/aws-logs": "~1.64.1"
"@aws-cdk/aws-logs": "~1.65.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-solutions-constructs/aws-cloudfront-apigateway-lambda",
"version": "1.64.1",
"version": "1.65.0",
"description": "CDK Constructs for AWS Cloudfront to AWS API Gateway to AWS Lambda integration.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -53,19 +53,19 @@
}
},
"dependencies": {
"@aws-cdk/core": "~1.64.1",
"@aws-cdk/aws-cloudfront": "~1.64.1",
"@aws-cdk/aws-apigateway": "~1.64.1",
"@aws-cdk/aws-lambda": "~1.64.1",
"@aws-cdk/aws-logs": "~1.64.1",
"@aws-cdk/aws-s3": "~1.64.1",
"@aws-cdk/aws-iam": "~1.64.1",
"@aws-solutions-constructs/aws-cloudfront-apigateway": "~1.64.1",
"@aws-solutions-constructs/core": "~1.64.1",
"@aws-cdk/core": "~1.65.0",
"@aws-cdk/aws-cloudfront": "~1.65.0",
"@aws-cdk/aws-apigateway": "~1.65.0",
"@aws-cdk/aws-lambda": "~1.65.0",
"@aws-cdk/aws-logs": "~1.65.0",
"@aws-cdk/aws-s3": "~1.65.0",
"@aws-cdk/aws-iam": "~1.65.0",
"@aws-solutions-constructs/aws-cloudfront-apigateway": "~1.65.0",
"@aws-solutions-constructs/core": "~1.65.0",
"constructs": "^3.0.4"
},
"devDependencies": {
"@aws-cdk/assert": "~1.64.1",
"@aws-cdk/assert": "~1.65.0",
"@types/jest": "^24.0.23",
"@types/node": "^10.3.0"
},
Expand All @@ -75,15 +75,15 @@
]
},
"peerDependencies": {
"@aws-cdk/core": "~1.64.1",
"@aws-cdk/aws-cloudfront": "~1.64.1",
"@aws-cdk/aws-apigateway": "~1.64.1",
"@aws-solutions-constructs/core": "~1.64.1",
"@aws-cdk/aws-lambda": "~1.64.1",
"@aws-cdk/aws-logs": "~1.64.1",
"@aws-solutions-constructs/aws-cloudfront-apigateway": "~1.64.1",
"@aws-cdk/core": "~1.65.0",
"@aws-cdk/aws-cloudfront": "~1.65.0",
"@aws-cdk/aws-apigateway": "~1.65.0",
"@aws-solutions-constructs/core": "~1.65.0",
"@aws-cdk/aws-lambda": "~1.65.0",
"@aws-cdk/aws-logs": "~1.65.0",
"@aws-solutions-constructs/aws-cloudfront-apigateway": "~1.65.0",
"constructs": "^3.0.4",
"@aws-cdk/aws-s3": "~1.64.1",
"@aws-cdk/aws-iam": "~1.64.1"
"@aws-cdk/aws-s3": "~1.65.0",
"@aws-cdk/aws-iam": "~1.65.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Object {
"Bucket": Object {
"Fn::GetAtt": Array [
"testcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudfrontLoggingBucket7F467421",
"RegionalDomainName",
"DomainName",
],
},
"IncludeCookies": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@
"Bucket": {
"Fn::GetAtt": [
"testcloudfrontapigatewaylambdaCloudFrontToApiGatewayCloudfrontLoggingBucket7F467421",
"RegionalDomainName"
"DomainName"
]
},
"IncludeCookies": false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-solutions-constructs/aws-cloudfront-apigateway",
"version": "1.64.1",
"version": "1.65.0",
"description": "CDK Constructs for AWS Cloudfront to AWS API Gateway integration.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -53,17 +53,17 @@
}
},
"dependencies": {
"@aws-cdk/core": "~1.64.1",
"@aws-cdk/aws-cloudfront": "~1.64.1",
"@aws-cdk/aws-apigateway": "~1.64.1",
"@aws-cdk/aws-lambda": "~1.64.1",
"@aws-cdk/aws-logs": "~1.64.1",
"@aws-cdk/aws-s3": "~1.64.1",
"@aws-solutions-constructs/core": "~1.64.1",
"@aws-cdk/core": "~1.65.0",
"@aws-cdk/aws-cloudfront": "~1.65.0",
"@aws-cdk/aws-apigateway": "~1.65.0",
"@aws-cdk/aws-lambda": "~1.65.0",
"@aws-cdk/aws-logs": "~1.65.0",
"@aws-cdk/aws-s3": "~1.65.0",
"@aws-solutions-constructs/core": "~1.65.0",
"constructs": "^3.0.4"
},
"devDependencies": {
"@aws-cdk/assert": "~1.64.1",
"@aws-cdk/assert": "~1.65.0",
"@types/jest": "^24.0.23",
"@types/node": "^10.3.0"
},
Expand All @@ -73,13 +73,13 @@
]
},
"peerDependencies": {
"@aws-cdk/core": "~1.64.1",
"@aws-cdk/aws-cloudfront": "~1.64.1",
"@aws-cdk/aws-apigateway": "~1.64.1",
"@aws-solutions-constructs/core": "~1.64.1",
"@aws-cdk/aws-lambda": "~1.64.1",
"@aws-cdk/aws-logs": "~1.64.1",
"@aws-cdk/core": "~1.65.0",
"@aws-cdk/aws-cloudfront": "~1.65.0",
"@aws-cdk/aws-apigateway": "~1.65.0",
"@aws-solutions-constructs/core": "~1.65.0",
"@aws-cdk/aws-lambda": "~1.65.0",
"@aws-cdk/aws-logs": "~1.65.0",
"constructs": "^3.0.4",
"@aws-cdk/aws-s3": "~1.64.1"
"@aws-cdk/aws-s3": "~1.65.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ Object {
"Bucket": Object {
"Fn::GetAtt": Array [
"testcloudfrontapigatewayCloudfrontLoggingBucket9811F6E8",
"RegionalDomainName",
"DomainName",
],
},
"IncludeCookies": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@
"Bucket": {
"Fn::GetAtt": [
"testcloudfrontapigatewayCloudfrontLoggingBucket9811F6E8",
"RegionalDomainName"
"DomainName"
]
},
"IncludeCookies": false
Expand Down
Loading

0 comments on commit 9d93596

Please sign in to comment.