Skip to content

Commit

Permalink
Update to version v1.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hnishar committed Jul 13, 2020
1 parent 16f65f2 commit 6c9e35d
Show file tree
Hide file tree
Showing 43 changed files with 493 additions and 470 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.51.0] - 2020-07-13

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

## [1.50.0] - 2020-07-09

### 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.50.0"
"version": "1.51.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.50.0",
"version": "1.51.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.50.0",
"version": "1.51.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,15 +53,15 @@
}
},
"dependencies": {
"@aws-cdk/core": "~1.50.0",
"@aws-cdk/aws-apigateway": "~1.50.0",
"@aws-cdk/aws-iam": "~1.50.0",
"@aws-cdk/aws-dynamodb": "~1.50.0",
"@aws-solutions-constructs/core": "~1.50.0",
"@aws-cdk/core": "~1.51.0",
"@aws-cdk/aws-apigateway": "~1.51.0",
"@aws-cdk/aws-iam": "~1.51.0",
"@aws-cdk/aws-dynamodb": "~1.51.0",
"@aws-solutions-constructs/core": "~1.51.0",
"constructs": "^3.0.2"
},
"devDependencies": {
"@aws-cdk/assert": "~1.50.0",
"@aws-cdk/assert": "~1.51.0",
"@types/jest": "^24.0.23",
"@types/node": "^10.3.0"
},
Expand All @@ -71,11 +71,11 @@
]
},
"peerDependencies": {
"@aws-cdk/core": "~1.50.0",
"@aws-cdk/aws-apigateway": "~1.50.0",
"@aws-cdk/aws-iam": "~1.50.0",
"@aws-cdk/aws-dynamodb": "~1.50.0",
"@aws-solutions-constructs/core": "~1.50.0",
"@aws-cdk/core": "~1.51.0",
"@aws-cdk/aws-apigateway": "~1.51.0",
"@aws-cdk/aws-iam": "~1.51.0",
"@aws-cdk/aws-dynamodb": "~1.51.0",
"@aws-solutions-constructs/core": "~1.51.0",
"constructs": "^3.0.2"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-solutions-constructs/aws-apigateway-lambda",
"version": "1.50.0",
"version": "1.51.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,15 +53,15 @@
}
},
"dependencies": {
"@aws-cdk/aws-apigateway": "~1.50.0",
"@aws-cdk/aws-lambda": "~1.50.0",
"@aws-cdk/aws-logs": "~1.50.0",
"@aws-cdk/core": "~1.50.0",
"@aws-solutions-constructs/core": "~1.50.0",
"@aws-cdk/aws-apigateway": "~1.51.0",
"@aws-cdk/aws-lambda": "~1.51.0",
"@aws-cdk/aws-logs": "~1.51.0",
"@aws-cdk/core": "~1.51.0",
"@aws-solutions-constructs/core": "~1.51.0",
"constructs": "^3.0.2"
},
"devDependencies": {
"@aws-cdk/assert": "~1.50.0",
"@aws-cdk/assert": "~1.51.0",
"@types/jest": "^24.0.23",
"@types/node": "^10.3.0"
},
Expand All @@ -71,11 +71,11 @@
]
},
"peerDependencies": {
"@aws-cdk/aws-apigateway": "~1.50.0",
"@aws-cdk/aws-lambda": "~1.50.0",
"@aws-cdk/aws-logs": "~1.50.0",
"@aws-cdk/core": "~1.50.0",
"@aws-solutions-constructs/core": "~1.50.0",
"@aws-cdk/aws-apigateway": "~1.51.0",
"@aws-cdk/aws-lambda": "~1.51.0",
"@aws-cdk/aws-logs": "~1.51.0",
"@aws-cdk/core": "~1.51.0",
"@aws-solutions-constructs/core": "~1.51.0",
"constructs": "^3.0.2"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-solutions-constructs/aws-apigateway-sqs",
"version": "1.50.0",
"version": "1.51.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,16 +53,16 @@
}
},
"dependencies": {
"@aws-cdk/aws-apigateway": "~1.50.0",
"@aws-cdk/aws-sqs": "~1.50.0",
"@aws-cdk/aws-kms": "~1.50.0",
"@aws-cdk/aws-iam": "~1.50.0",
"@aws-cdk/core": "~1.50.0",
"@aws-solutions-constructs/core": "~1.50.0",
"@aws-cdk/aws-apigateway": "~1.51.0",
"@aws-cdk/aws-sqs": "~1.51.0",
"@aws-cdk/aws-kms": "~1.51.0",
"@aws-cdk/aws-iam": "~1.51.0",
"@aws-cdk/core": "~1.51.0",
"@aws-solutions-constructs/core": "~1.51.0",
"constructs": "^3.0.2"
},
"devDependencies": {
"@aws-cdk/assert": "~1.50.0",
"@aws-cdk/assert": "~1.51.0",
"@types/jest": "^24.0.23",
"@types/node": "^10.3.0"
},
Expand All @@ -72,12 +72,12 @@
]
},
"peerDependencies": {
"@aws-cdk/aws-apigateway": "~1.50.0",
"@aws-cdk/aws-sqs": "~1.50.0",
"@aws-cdk/aws-kms": "~1.50.0",
"@aws-cdk/aws-iam": "~1.50.0",
"@aws-cdk/core": "~1.50.0",
"@aws-solutions-constructs/core": "~1.50.0",
"@aws-cdk/aws-apigateway": "~1.51.0",
"@aws-cdk/aws-sqs": "~1.51.0",
"@aws-cdk/aws-kms": "~1.51.0",
"@aws-cdk/aws-iam": "~1.51.0",
"@aws-cdk/core": "~1.51.0",
"@aws-solutions-constructs/core": "~1.51.0",
"constructs": "^3.0.2"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-solutions-constructs/aws-cloudfront-apigateway-lambda",
"version": "1.50.0",
"version": "1.51.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,17 +53,17 @@
}
},
"dependencies": {
"@aws-cdk/core": "~1.50.0",
"@aws-cdk/aws-cloudfront": "~1.50.0",
"@aws-cdk/aws-apigateway": "~1.50.0",
"@aws-cdk/aws-lambda": "~1.50.0",
"@aws-cdk/aws-logs": "~1.50.0",
"@aws-solutions-constructs/aws-cloudfront-apigateway": "~1.50.0",
"@aws-solutions-constructs/core": "~1.50.0",
"@aws-cdk/core": "~1.51.0",
"@aws-cdk/aws-cloudfront": "~1.51.0",
"@aws-cdk/aws-apigateway": "~1.51.0",
"@aws-cdk/aws-lambda": "~1.51.0",
"@aws-cdk/aws-logs": "~1.51.0",
"@aws-solutions-constructs/aws-cloudfront-apigateway": "~1.51.0",
"@aws-solutions-constructs/core": "~1.51.0",
"constructs": "^3.0.2"
},
"devDependencies": {
"@aws-cdk/assert": "~1.50.0",
"@aws-cdk/assert": "~1.51.0",
"@types/jest": "^24.0.23",
"@types/node": "^10.3.0"
},
Expand All @@ -73,13 +73,13 @@
]
},
"peerDependencies": {
"@aws-cdk/core": "~1.50.0",
"@aws-cdk/aws-cloudfront": "~1.50.0",
"@aws-cdk/aws-apigateway": "~1.50.0",
"@aws-solutions-constructs/core": "~1.50.0",
"@aws-cdk/aws-lambda": "~1.50.0",
"@aws-cdk/aws-logs": "~1.50.0",
"@aws-solutions-constructs/aws-cloudfront-apigateway": "~1.50.0",
"@aws-cdk/core": "~1.51.0",
"@aws-cdk/aws-cloudfront": "~1.51.0",
"@aws-cdk/aws-apigateway": "~1.51.0",
"@aws-solutions-constructs/core": "~1.51.0",
"@aws-cdk/aws-lambda": "~1.51.0",
"@aws-cdk/aws-logs": "~1.51.0",
"@aws-solutions-constructs/aws-cloudfront-apigateway": "~1.51.0",
"constructs": "^3.0.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ Object {
},
"Origins": Array [
Object {
"ConnectionAttempts": 3,
"ConnectionTimeout": 10,
"CustomOriginConfig": Object {
"HTTPPort": 80,
"HTTPSPort": 443,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,8 @@
},
"Origins": [
{
"ConnectionAttempts": 3,
"ConnectionTimeout": 10,
"CustomOriginConfig": {
"HTTPPort": 80,
"HTTPSPort": 443,
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.50.0",
"version": "1.51.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,16 +53,16 @@
}
},
"dependencies": {
"@aws-cdk/core": "~1.50.0",
"@aws-cdk/aws-cloudfront": "~1.50.0",
"@aws-cdk/aws-apigateway": "~1.50.0",
"@aws-cdk/aws-lambda": "~1.50.0",
"@aws-cdk/aws-logs": "~1.50.0",
"@aws-solutions-constructs/core": "~1.50.0",
"@aws-cdk/core": "~1.51.0",
"@aws-cdk/aws-cloudfront": "~1.51.0",
"@aws-cdk/aws-apigateway": "~1.51.0",
"@aws-cdk/aws-lambda": "~1.51.0",
"@aws-cdk/aws-logs": "~1.51.0",
"@aws-solutions-constructs/core": "~1.51.0",
"constructs": "^3.0.2"
},
"devDependencies": {
"@aws-cdk/assert": "~1.50.0",
"@aws-cdk/assert": "~1.51.0",
"@types/jest": "^24.0.23",
"@types/node": "^10.3.0"
},
Expand All @@ -72,12 +72,12 @@
]
},
"peerDependencies": {
"@aws-cdk/core": "~1.50.0",
"@aws-cdk/aws-cloudfront": "~1.50.0",
"@aws-cdk/aws-apigateway": "~1.50.0",
"@aws-solutions-constructs/core": "~1.50.0",
"@aws-cdk/aws-lambda": "~1.50.0",
"@aws-cdk/aws-logs": "~1.50.0",
"@aws-cdk/core": "~1.51.0",
"@aws-cdk/aws-cloudfront": "~1.51.0",
"@aws-cdk/aws-apigateway": "~1.51.0",
"@aws-solutions-constructs/core": "~1.51.0",
"@aws-cdk/aws-lambda": "~1.51.0",
"@aws-cdk/aws-logs": "~1.51.0",
"constructs": "^3.0.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,8 @@ Object {
},
"Origins": Array [
Object {
"ConnectionAttempts": 3,
"ConnectionTimeout": 10,
"CustomOriginConfig": Object {
"HTTPPort": 80,
"HTTPSPort": 443,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,8 @@
},
"Origins": [
{
"ConnectionAttempts": 3,
"ConnectionTimeout": 10,
"CustomOriginConfig": {
"HTTPPort": 80,
"HTTPSPort": 443,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-solutions-constructs/aws-cloudfront-s3",
"version": "1.50.0",
"version": "1.51.0",
"description": "CDK Constructs for AWS Cloudfront to AWS S3 integration.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -53,14 +53,14 @@
}
},
"dependencies": {
"@aws-cdk/core": "~1.50.0",
"@aws-cdk/aws-cloudfront": "~1.50.0",
"@aws-cdk/aws-s3": "~1.50.0",
"@aws-solutions-constructs/core": "~1.50.0",
"@aws-cdk/core": "~1.51.0",
"@aws-cdk/aws-cloudfront": "~1.51.0",
"@aws-cdk/aws-s3": "~1.51.0",
"@aws-solutions-constructs/core": "~1.51.0",
"constructs": "^3.0.2"
},
"devDependencies": {
"@aws-cdk/assert": "~1.50.0",
"@aws-cdk/assert": "~1.51.0",
"@types/jest": "^24.0.23",
"@types/node": "^10.3.0"
},
Expand All @@ -70,10 +70,10 @@
]
},
"peerDependencies": {
"@aws-cdk/core": "~1.50.0",
"@aws-cdk/aws-cloudfront": "~1.50.0",
"@aws-cdk/aws-s3": "~1.50.0",
"@aws-solutions-constructs/core": "~1.50.0",
"@aws-cdk/core": "~1.51.0",
"@aws-cdk/aws-cloudfront": "~1.51.0",
"@aws-cdk/aws-s3": "~1.51.0",
"@aws-solutions-constructs/core": "~1.51.0",
"constructs": "^3.0.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ Object {
},
"Origins": Array [
Object {
"ConnectionAttempts": 3,
"ConnectionTimeout": 10,
"DomainName": Object {
"Fn::GetAtt": Array [
"testcloudfronts3S3BucketE0C5F76E",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,8 @@
},
"Origins": [
{
"ConnectionAttempts": 3,
"ConnectionTimeout": 10,
"DomainName": {
"Fn::GetAtt": [
"testcloudfronts3S3BucketE0C5F76E",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@
},
"Origins": [
{
"ConnectionAttempts": 3,
"ConnectionTimeout": 10,
"DomainName": {
"Fn::GetAtt": [
"testcloudfronts3nosecurityheadersS3Bucket4D06173D",
Expand Down
Loading

0 comments on commit 6c9e35d

Please sign in to comment.