Skip to content

Commit

Permalink
Update to version v1.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aassadza committed Jun 25, 2020
1 parent 0780155 commit dd4a85b
Show file tree
Hide file tree
Showing 43 changed files with 753 additions and 480 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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.47.0] - 2020-06-25

### Added
- Upgraded all patterns to CDK v1.47.0

### Changed
- Adding ability to provide a dynamodb table ([#8](https://github.com/awslabs/aws-solutions-constructs/pull/8))
- Fix bug in s3BucketWithLogging function ([#9](https://github.com/awslabs/aws-solutions-constructs/pull/9))

## [1.46.0] - 2020-06-22

General Availability of the AWS Solutions Constructs!! 🎉🎉🥂🥂🍾🍾
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.46.0"
"version": "1.47.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.46.0",
"version": "1.47.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.46.0",
"version": "1.47.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.46.0",
"@aws-cdk/aws-apigateway": "~1.46.0",
"@aws-cdk/aws-iam": "~1.46.0",
"@aws-cdk/aws-dynamodb": "~1.46.0",
"@aws-solutions-constructs/core": "~1.46.0",
"@aws-cdk/core": "~1.47.0",
"@aws-cdk/aws-apigateway": "~1.47.0",
"@aws-cdk/aws-iam": "~1.47.0",
"@aws-cdk/aws-dynamodb": "~1.47.0",
"@aws-solutions-constructs/core": "~1.47.0",
"constructs": "^3.0.2"
},
"devDependencies": {
"@aws-cdk/assert": "~1.46.0",
"@aws-cdk/assert": "~1.47.0",
"@types/jest": "^24.0.23",
"@types/node": "^10.3.0"
},
Expand All @@ -71,11 +71,11 @@
]
},
"peerDependencies": {
"@aws-cdk/core": "~1.46.0",
"@aws-cdk/aws-apigateway": "~1.46.0",
"@aws-cdk/aws-iam": "~1.46.0",
"@aws-cdk/aws-dynamodb": "~1.46.0",
"@aws-solutions-constructs/core": "~1.46.0",
"@aws-cdk/core": "~1.47.0",
"@aws-cdk/aws-apigateway": "~1.47.0",
"@aws-cdk/aws-iam": "~1.47.0",
"@aws-cdk/aws-dynamodb": "~1.47.0",
"@aws-solutions-constructs/core": "~1.47.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.46.0",
"version": "1.47.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.46.0",
"@aws-cdk/aws-lambda": "~1.46.0",
"@aws-cdk/aws-logs": "~1.46.0",
"@aws-cdk/core": "~1.46.0",
"@aws-solutions-constructs/core": "~1.46.0",
"@aws-cdk/aws-apigateway": "~1.47.0",
"@aws-cdk/aws-lambda": "~1.47.0",
"@aws-cdk/aws-logs": "~1.47.0",
"@aws-cdk/core": "~1.47.0",
"@aws-solutions-constructs/core": "~1.47.0",
"constructs": "^3.0.2"
},
"devDependencies": {
"@aws-cdk/assert": "~1.46.0",
"@aws-cdk/assert": "~1.47.0",
"@types/jest": "^24.0.23",
"@types/node": "^10.3.0"
},
Expand All @@ -71,11 +71,11 @@
]
},
"peerDependencies": {
"@aws-cdk/aws-apigateway": "~1.46.0",
"@aws-cdk/aws-lambda": "~1.46.0",
"@aws-cdk/aws-logs": "~1.46.0",
"@aws-cdk/core": "~1.46.0",
"@aws-solutions-constructs/core": "~1.46.0",
"@aws-cdk/aws-apigateway": "~1.47.0",
"@aws-cdk/aws-lambda": "~1.47.0",
"@aws-cdk/aws-logs": "~1.47.0",
"@aws-cdk/core": "~1.47.0",
"@aws-solutions-constructs/core": "~1.47.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.46.0",
"version": "1.47.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.46.0",
"@aws-cdk/aws-sqs": "~1.46.0",
"@aws-cdk/aws-kms": "~1.46.0",
"@aws-cdk/aws-iam": "~1.46.0",
"@aws-cdk/core": "~1.46.0",
"@aws-solutions-constructs/core": "~1.46.0",
"@aws-cdk/aws-apigateway": "~1.47.0",
"@aws-cdk/aws-sqs": "~1.47.0",
"@aws-cdk/aws-kms": "~1.47.0",
"@aws-cdk/aws-iam": "~1.47.0",
"@aws-cdk/core": "~1.47.0",
"@aws-solutions-constructs/core": "~1.47.0",
"constructs": "^3.0.2"
},
"devDependencies": {
"@aws-cdk/assert": "~1.46.0",
"@aws-cdk/assert": "~1.47.0",
"@types/jest": "^24.0.23",
"@types/node": "^10.3.0"
},
Expand All @@ -72,12 +72,12 @@
]
},
"peerDependencies": {
"@aws-cdk/aws-apigateway": "~1.46.0",
"@aws-cdk/aws-sqs": "~1.46.0",
"@aws-cdk/aws-kms": "~1.46.0",
"@aws-cdk/aws-iam": "~1.46.0",
"@aws-cdk/core": "~1.46.0",
"@aws-solutions-constructs/core": "~1.46.0",
"@aws-cdk/aws-apigateway": "~1.47.0",
"@aws-cdk/aws-sqs": "~1.47.0",
"@aws-cdk/aws-kms": "~1.47.0",
"@aws-cdk/aws-iam": "~1.47.0",
"@aws-cdk/core": "~1.47.0",
"@aws-solutions-constructs/core": "~1.47.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.46.0",
"version": "1.47.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.46.0",
"@aws-cdk/aws-cloudfront": "~1.46.0",
"@aws-cdk/aws-apigateway": "~1.46.0",
"@aws-cdk/aws-lambda": "~1.46.0",
"@aws-cdk/aws-logs": "~1.46.0",
"@aws-solutions-constructs/aws-cloudfront-apigateway": "~1.46.0",
"@aws-solutions-constructs/core": "~1.46.0",
"@aws-cdk/core": "~1.47.0",
"@aws-cdk/aws-cloudfront": "~1.47.0",
"@aws-cdk/aws-apigateway": "~1.47.0",
"@aws-cdk/aws-lambda": "~1.47.0",
"@aws-cdk/aws-logs": "~1.47.0",
"@aws-solutions-constructs/aws-cloudfront-apigateway": "~1.47.0",
"@aws-solutions-constructs/core": "~1.47.0",
"constructs": "^3.0.2"
},
"devDependencies": {
"@aws-cdk/assert": "~1.46.0",
"@aws-cdk/assert": "~1.47.0",
"@types/jest": "^24.0.23",
"@types/node": "^10.3.0"
},
Expand All @@ -73,13 +73,13 @@
]
},
"peerDependencies": {
"@aws-cdk/core": "~1.46.0",
"@aws-cdk/aws-cloudfront": "~1.46.0",
"@aws-cdk/aws-apigateway": "~1.46.0",
"@aws-solutions-constructs/core": "~1.46.0",
"@aws-cdk/aws-lambda": "~1.46.0",
"@aws-cdk/aws-logs": "~1.46.0",
"@aws-solutions-constructs/aws-cloudfront-apigateway": "~1.46.0",
"@aws-cdk/core": "~1.47.0",
"@aws-cdk/aws-cloudfront": "~1.47.0",
"@aws-cdk/aws-apigateway": "~1.47.0",
"@aws-solutions-constructs/core": "~1.47.0",
"@aws-cdk/aws-lambda": "~1.47.0",
"@aws-cdk/aws-logs": "~1.47.0",
"@aws-solutions-constructs/aws-cloudfront-apigateway": "~1.47.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",
"version": "1.46.0",
"version": "1.47.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.46.0",
"@aws-cdk/aws-cloudfront": "~1.46.0",
"@aws-cdk/aws-apigateway": "~1.46.0",
"@aws-cdk/aws-lambda": "~1.46.0",
"@aws-cdk/aws-logs": "~1.46.0",
"@aws-solutions-constructs/core": "~1.46.0",
"@aws-cdk/core": "~1.47.0",
"@aws-cdk/aws-cloudfront": "~1.47.0",
"@aws-cdk/aws-apigateway": "~1.47.0",
"@aws-cdk/aws-lambda": "~1.47.0",
"@aws-cdk/aws-logs": "~1.47.0",
"@aws-solutions-constructs/core": "~1.47.0",
"constructs": "^3.0.2"
},
"devDependencies": {
"@aws-cdk/assert": "~1.46.0",
"@aws-cdk/assert": "~1.47.0",
"@types/jest": "^24.0.23",
"@types/node": "^10.3.0"
},
Expand All @@ -72,12 +72,12 @@
]
},
"peerDependencies": {
"@aws-cdk/core": "~1.46.0",
"@aws-cdk/aws-cloudfront": "~1.46.0",
"@aws-cdk/aws-apigateway": "~1.46.0",
"@aws-solutions-constructs/core": "~1.46.0",
"@aws-cdk/aws-lambda": "~1.46.0",
"@aws-cdk/aws-logs": "~1.46.0",
"@aws-cdk/core": "~1.47.0",
"@aws-cdk/aws-cloudfront": "~1.47.0",
"@aws-cdk/aws-apigateway": "~1.47.0",
"@aws-solutions-constructs/core": "~1.47.0",
"@aws-cdk/aws-lambda": "~1.47.0",
"@aws-cdk/aws-logs": "~1.47.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-s3",
"version": "1.46.0",
"version": "1.47.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.46.0",
"@aws-cdk/aws-cloudfront": "~1.46.0",
"@aws-cdk/aws-s3": "~1.46.0",
"@aws-solutions-constructs/core": "~1.46.0",
"@aws-cdk/core": "~1.47.0",
"@aws-cdk/aws-cloudfront": "~1.47.0",
"@aws-cdk/aws-s3": "~1.47.0",
"@aws-solutions-constructs/core": "~1.47.0",
"constructs": "^3.0.2"
},
"devDependencies": {
"@aws-cdk/assert": "~1.46.0",
"@aws-cdk/assert": "~1.47.0",
"@types/jest": "^24.0.23",
"@types/node": "^10.3.0"
},
Expand All @@ -70,10 +70,10 @@
]
},
"peerDependencies": {
"@aws-cdk/core": "~1.46.0",
"@aws-cdk/aws-cloudfront": "~1.46.0",
"@aws-cdk/aws-s3": "~1.46.0",
"@aws-solutions-constructs/core": "~1.46.0",
"@aws-cdk/core": "~1.47.0",
"@aws-cdk/aws-cloudfront": "~1.47.0",
"@aws-cdk/aws-s3": "~1.47.0",
"@aws-solutions-constructs/core": "~1.47.0",
"constructs": "^3.0.2"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-solutions-constructs/aws-cognito-apigateway-lambda",
"version": "1.46.0",
"version": "1.47.0",
"description": "CDK Constructs for AWS Cognito to AWS API Gateway to AWS Lambda integration",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -53,15 +53,15 @@
}
},
"dependencies": {
"@aws-cdk/aws-lambda": "~1.46.0",
"@aws-cdk/core": "~1.46.0",
"@aws-cdk/aws-cognito": "~1.46.0",
"@aws-cdk/aws-apigateway": "~1.46.0",
"@aws-solutions-constructs/core": "~1.46.0",
"@aws-cdk/aws-lambda": "~1.47.0",
"@aws-cdk/core": "~1.47.0",
"@aws-cdk/aws-cognito": "~1.47.0",
"@aws-cdk/aws-apigateway": "~1.47.0",
"@aws-solutions-constructs/core": "~1.47.0",
"constructs": "^3.0.2"
},
"devDependencies": {
"@aws-cdk/assert": "~1.46.0",
"@aws-cdk/assert": "~1.47.0",
"@types/jest": "^24.0.23",
"@types/node": "^10.3.0"
},
Expand All @@ -71,11 +71,11 @@
]
},
"peerDependencies": {
"@aws-cdk/aws-lambda": "~1.46.0",
"@aws-cdk/core": "~1.46.0",
"@aws-cdk/aws-cognito": "~1.46.0",
"@aws-cdk/aws-apigateway": "~1.46.0",
"@aws-solutions-constructs/core": "~1.46.0",
"@aws-cdk/aws-lambda": "~1.47.0",
"@aws-cdk/core": "~1.47.0",
"@aws-cdk/aws-cognito": "~1.47.0",
"@aws-cdk/aws-apigateway": "~1.47.0",
"@aws-solutions-constructs/core": "~1.47.0",
"constructs": "^3.0.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ _Parameters_
|existingLambdaObj?|[`lambda.Function`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-lambda.Function.html)|Existing instance of Lambda Function object|
|lambdaFunctionProps?|[`lambda.FunctionProps`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-lambda.FunctionProps.html)|Optional user provided props to override the default props for Lambda function|
|dynamoTableProps?|[`dynamodb.TableProps`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-dynamodb.TableProps.html)|Optional user provided props to override the default props for DynamoDB Table|
|existingTableObj?|[`dynamodb.Table`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-dynamodb.Table.html)|Existing instance of DynamoDB table object, If this is set then the dynamoTableProps is ignored|
|dynamoEventSourceProps?|[`aws-lambda-event-sources.DynamoEventSourceProps`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-lambda-event-sources.DynamoEventSourceProps.html)|Optional user provided props to override the default props for DynamoDB Event Source|
|esDomainProps?|[`elasticsearch.CfnDomainProps`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-elasticsearch.CfnDomainProps.html)|Optional user provided props to override the default props for the Elasticsearch Service|
|domainName|`string`|Domain name for the Cognito and the Elasticsearch Service|
Expand Down
Loading

0 comments on commit dd4a85b

Please sign in to comment.