Skip to content

Commit

Permalink
Update to version v1.61.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hnishar committed Sep 1, 2020
1 parent 58f54de commit 73cae9e
Show file tree
Hide file tree
Showing 73 changed files with 982 additions and 1,778 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.61.1] - 2020-09-01

### Changed
- Upgraded all patterns to CDK v1.61.1
- aws-sns-sqs pattern added ([#24](https://github.com/awslabs/aws-solutions-constructs/issues/24))
- [All *-sns-* Patterns] Allow for existingTopicObj and change default encryption ([#49](https://github.com/awslabs/aws-solutions-constructs/issues/49))

## [1.61.0] - 2020-08-27

### 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.61.0"
"version": "1.61.1"
}
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.61.0",
"version": "1.61.1",
"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.61.0",
"version": "1.61.1",
"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.61.0",
"@aws-cdk/aws-apigateway": "~1.61.0",
"@aws-cdk/aws-iam": "~1.61.0",
"@aws-cdk/aws-dynamodb": "~1.61.0",
"@aws-cdk/aws-logs": "~1.61.0",
"@aws-solutions-constructs/core": "~1.61.0",
"@aws-cdk/core": "~1.61.1",
"@aws-cdk/aws-apigateway": "~1.61.1",
"@aws-cdk/aws-iam": "~1.61.1",
"@aws-cdk/aws-dynamodb": "~1.61.1",
"@aws-cdk/aws-logs": "~1.61.1",
"@aws-solutions-constructs/core": "~1.61.1",
"constructs": "^3.0.4"
},
"devDependencies": {
"@aws-cdk/assert": "~1.61.0",
"@aws-cdk/assert": "~1.61.1",
"@types/jest": "^24.0.23",
"@types/node": "^10.3.0"
},
Expand All @@ -72,12 +72,12 @@
]
},
"peerDependencies": {
"@aws-cdk/core": "~1.61.0",
"@aws-cdk/aws-apigateway": "~1.61.0",
"@aws-cdk/aws-iam": "~1.61.0",
"@aws-cdk/aws-dynamodb": "~1.61.0",
"@aws-solutions-constructs/core": "~1.61.0",
"@aws-cdk/core": "~1.61.1",
"@aws-cdk/aws-apigateway": "~1.61.1",
"@aws-cdk/aws-iam": "~1.61.1",
"@aws-cdk/aws-dynamodb": "~1.61.1",
"@aws-solutions-constructs/core": "~1.61.1",
"constructs": "^3.0.4",
"@aws-cdk/aws-logs": "~1.61.0"
"@aws-cdk/aws-logs": "~1.61.1"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-solutions-constructs/aws-apigateway-lambda",
"version": "1.61.0",
"version": "1.61.1",
"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.61.0",
"@aws-cdk/aws-lambda": "~1.61.0",
"@aws-cdk/aws-logs": "~1.61.0",
"@aws-cdk/core": "~1.61.0",
"@aws-cdk/aws-iam": "~1.61.0",
"@aws-solutions-constructs/core": "~1.61.0",
"@aws-cdk/aws-apigateway": "~1.61.1",
"@aws-cdk/aws-lambda": "~1.61.1",
"@aws-cdk/aws-logs": "~1.61.1",
"@aws-cdk/core": "~1.61.1",
"@aws-cdk/aws-iam": "~1.61.1",
"@aws-solutions-constructs/core": "~1.61.1",
"constructs": "^3.0.4"
},
"devDependencies": {
"@aws-cdk/assert": "~1.61.0",
"@aws-cdk/assert": "~1.61.1",
"@types/jest": "^24.0.23",
"@types/node": "^10.3.0"
},
Expand All @@ -72,12 +72,12 @@
]
},
"peerDependencies": {
"@aws-cdk/aws-apigateway": "~1.61.0",
"@aws-cdk/aws-lambda": "~1.61.0",
"@aws-cdk/aws-logs": "~1.61.0",
"@aws-cdk/core": "~1.61.0",
"@aws-solutions-constructs/core": "~1.61.0",
"@aws-cdk/aws-apigateway": "~1.61.1",
"@aws-cdk/aws-lambda": "~1.61.1",
"@aws-cdk/aws-logs": "~1.61.1",
"@aws-cdk/core": "~1.61.1",
"@aws-solutions-constructs/core": "~1.61.1",
"constructs": "^3.0.4",
"@aws-cdk/aws-iam": "~1.61.0"
"@aws-cdk/aws-iam": "~1.61.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@

This AWS Solutions Construct implements an Amazon API Gateway connected to an Amazon SQS queue pattern.

Here is a minimal deployable pattern definition:
Here is a minimal deployable pattern definition in Typescript:

``` javascript
const { ApiGatewayToSqs } = require('@aws-solutions-constructs/aws-apigateway-sqs');
import { ApiGatewayToSqs, ApiGatewayToSqsProps } from "@aws-solutions-constructs/aws-apigateway-sqs";

new ApiGatewayToSqs(stack, 'ApiGatewayToSqsPattern', {
new ApiGatewayToSqs(this, 'ApiGatewayToSqsPattern', {
apiGatewayProps: {},
queueProps: {},
deployDeadLetterQueue?: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export class ApiGatewayToSqs extends Construct {

// Setup the dead letter queue, if applicable
if (!props.deployDeadLetterQueue || props.deployDeadLetterQueue === true) {
const dlq: sqs.Queue = defaults.buildQueue(this, 'deadLetterQueue', {
const [dlq] = defaults.buildQueue(this, 'deadLetterQueue', {
queueProps: props.queueProps
});
this.deadLetterQueue = defaults.buildDeadLetterQueue({
Expand All @@ -108,7 +108,7 @@ export class ApiGatewayToSqs extends Construct {
}

// Setup the queue
this.sqsQueue = defaults.buildQueue(this, 'queue', {
[this.sqsQueue] = defaults.buildQueue(this, 'queue', {
queueProps: props.queueProps,
deadLetterQueue: this.deadLetterQueue
});
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-solutions-constructs/aws-apigateway-sqs",
"version": "1.61.0",
"version": "1.61.1",
"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.61.0",
"@aws-cdk/aws-sqs": "~1.61.0",
"@aws-cdk/aws-kms": "~1.61.0",
"@aws-cdk/aws-iam": "~1.61.0",
"@aws-cdk/aws-logs": "~1.61.0",
"@aws-cdk/core": "~1.61.0",
"@aws-solutions-constructs/core": "~1.61.0",
"@aws-cdk/aws-apigateway": "~1.61.1",
"@aws-cdk/aws-sqs": "~1.61.1",
"@aws-cdk/aws-kms": "~1.61.1",
"@aws-cdk/aws-iam": "~1.61.1",
"@aws-cdk/aws-logs": "~1.61.1",
"@aws-cdk/core": "~1.61.1",
"@aws-solutions-constructs/core": "~1.61.1",
"constructs": "^3.0.4"
},
"devDependencies": {
"@aws-cdk/assert": "~1.61.0",
"@aws-cdk/assert": "~1.61.1",
"@types/jest": "^24.0.23",
"@types/node": "^10.3.0"
},
Expand All @@ -73,13 +73,13 @@
]
},
"peerDependencies": {
"@aws-cdk/aws-apigateway": "~1.61.0",
"@aws-cdk/aws-sqs": "~1.61.0",
"@aws-cdk/aws-kms": "~1.61.0",
"@aws-cdk/aws-iam": "~1.61.0",
"@aws-cdk/core": "~1.61.0",
"@aws-solutions-constructs/core": "~1.61.0",
"@aws-cdk/aws-apigateway": "~1.61.1",
"@aws-cdk/aws-sqs": "~1.61.1",
"@aws-cdk/aws-kms": "~1.61.1",
"@aws-cdk/aws-iam": "~1.61.1",
"@aws-cdk/core": "~1.61.1",
"@aws-solutions-constructs/core": "~1.61.1",
"constructs": "^3.0.4",
"@aws-cdk/aws-logs": "~1.61.0"
"@aws-cdk/aws-logs": "~1.61.1"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-solutions-constructs/aws-cloudfront-apigateway-lambda",
"version": "1.61.0",
"version": "1.61.1",
"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.61.0",
"@aws-cdk/aws-cloudfront": "~1.61.0",
"@aws-cdk/aws-apigateway": "~1.61.0",
"@aws-cdk/aws-lambda": "~1.61.0",
"@aws-cdk/aws-logs": "~1.61.0",
"@aws-cdk/aws-s3": "~1.61.0",
"@aws-cdk/aws-iam": "~1.61.0",
"@aws-solutions-constructs/aws-cloudfront-apigateway": "~1.61.0",
"@aws-solutions-constructs/core": "~1.61.0",
"@aws-cdk/core": "~1.61.1",
"@aws-cdk/aws-cloudfront": "~1.61.1",
"@aws-cdk/aws-apigateway": "~1.61.1",
"@aws-cdk/aws-lambda": "~1.61.1",
"@aws-cdk/aws-logs": "~1.61.1",
"@aws-cdk/aws-s3": "~1.61.1",
"@aws-cdk/aws-iam": "~1.61.1",
"@aws-solutions-constructs/aws-cloudfront-apigateway": "~1.61.1",
"@aws-solutions-constructs/core": "~1.61.1",
"constructs": "^3.0.4"
},
"devDependencies": {
"@aws-cdk/assert": "~1.61.0",
"@aws-cdk/assert": "~1.61.1",
"@types/jest": "^24.0.23",
"@types/node": "^10.3.0"
},
Expand All @@ -75,15 +75,15 @@
]
},
"peerDependencies": {
"@aws-cdk/core": "~1.61.0",
"@aws-cdk/aws-cloudfront": "~1.61.0",
"@aws-cdk/aws-apigateway": "~1.61.0",
"@aws-solutions-constructs/core": "~1.61.0",
"@aws-cdk/aws-lambda": "~1.61.0",
"@aws-cdk/aws-logs": "~1.61.0",
"@aws-solutions-constructs/aws-cloudfront-apigateway": "~1.61.0",
"@aws-cdk/core": "~1.61.1",
"@aws-cdk/aws-cloudfront": "~1.61.1",
"@aws-cdk/aws-apigateway": "~1.61.1",
"@aws-solutions-constructs/core": "~1.61.1",
"@aws-cdk/aws-lambda": "~1.61.1",
"@aws-cdk/aws-logs": "~1.61.1",
"@aws-solutions-constructs/aws-cloudfront-apigateway": "~1.61.1",
"constructs": "^3.0.4",
"@aws-cdk/aws-s3": "~1.61.0",
"@aws-cdk/aws-iam": "~1.61.0"
"@aws-cdk/aws-s3": "~1.61.1",
"@aws-cdk/aws-iam": "~1.61.1"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-solutions-constructs/aws-cloudfront-apigateway",
"version": "1.61.0",
"version": "1.61.1",
"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.61.0",
"@aws-cdk/aws-cloudfront": "~1.61.0",
"@aws-cdk/aws-apigateway": "~1.61.0",
"@aws-cdk/aws-lambda": "~1.61.0",
"@aws-cdk/aws-logs": "~1.61.0",
"@aws-cdk/aws-s3": "~1.61.0",
"@aws-solutions-constructs/core": "~1.61.0",
"@aws-cdk/core": "~1.61.1",
"@aws-cdk/aws-cloudfront": "~1.61.1",
"@aws-cdk/aws-apigateway": "~1.61.1",
"@aws-cdk/aws-lambda": "~1.61.1",
"@aws-cdk/aws-logs": "~1.61.1",
"@aws-cdk/aws-s3": "~1.61.1",
"@aws-solutions-constructs/core": "~1.61.1",
"constructs": "^3.0.4"
},
"devDependencies": {
"@aws-cdk/assert": "~1.61.0",
"@aws-cdk/assert": "~1.61.1",
"@types/jest": "^24.0.23",
"@types/node": "^10.3.0"
},
Expand All @@ -73,13 +73,13 @@
]
},
"peerDependencies": {
"@aws-cdk/core": "~1.61.0",
"@aws-cdk/aws-cloudfront": "~1.61.0",
"@aws-cdk/aws-apigateway": "~1.61.0",
"@aws-solutions-constructs/core": "~1.61.0",
"@aws-cdk/aws-lambda": "~1.61.0",
"@aws-cdk/aws-logs": "~1.61.0",
"@aws-cdk/core": "~1.61.1",
"@aws-cdk/aws-cloudfront": "~1.61.1",
"@aws-cdk/aws-apigateway": "~1.61.1",
"@aws-solutions-constructs/core": "~1.61.1",
"@aws-cdk/aws-lambda": "~1.61.1",
"@aws-cdk/aws-logs": "~1.61.1",
"constructs": "^3.0.4",
"@aws-cdk/aws-s3": "~1.61.0"
"@aws-cdk/aws-s3": "~1.61.1"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-solutions-constructs/aws-cloudfront-s3",
"version": "1.61.0",
"version": "1.61.1",
"description": "CDK Constructs for AWS Cloudfront to AWS S3 integration.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -53,15 +53,15 @@
}
},
"dependencies": {
"@aws-cdk/core": "~1.61.0",
"@aws-cdk/aws-cloudfront": "~1.61.0",
"@aws-cdk/aws-s3": "~1.61.0",
"@aws-cdk/aws-lambda": "~1.61.0",
"@aws-solutions-constructs/core": "~1.61.0",
"@aws-cdk/core": "~1.61.1",
"@aws-cdk/aws-cloudfront": "~1.61.1",
"@aws-cdk/aws-s3": "~1.61.1",
"@aws-cdk/aws-lambda": "~1.61.1",
"@aws-solutions-constructs/core": "~1.61.1",
"constructs": "^3.0.4"
},
"devDependencies": {
"@aws-cdk/assert": "~1.61.0",
"@aws-cdk/assert": "~1.61.1",
"@types/jest": "^24.0.23",
"@types/node": "^10.3.0"
},
Expand All @@ -71,11 +71,11 @@
]
},
"peerDependencies": {
"@aws-cdk/core": "~1.61.0",
"@aws-cdk/aws-cloudfront": "~1.61.0",
"@aws-cdk/aws-s3": "~1.61.0",
"@aws-solutions-constructs/core": "~1.61.0",
"@aws-cdk/core": "~1.61.1",
"@aws-cdk/aws-cloudfront": "~1.61.1",
"@aws-cdk/aws-s3": "~1.61.1",
"@aws-solutions-constructs/core": "~1.61.1",
"constructs": "^3.0.4",
"@aws-cdk/aws-lambda": "~1.61.0"
"@aws-cdk/aws-lambda": "~1.61.1"
}
}
Loading

0 comments on commit 73cae9e

Please sign in to comment.