Skip to content

Commit

Permalink
Merged mainline, and updated indentation of the source code to follow…
Browse files Browse the repository at this point in the history
… the linting rule
  • Loading branch information
beomseoklee committed Dec 15, 2020
2 parents 0f5c185 + d5f3d8e commit 5ec9e80
Show file tree
Hide file tree
Showing 196 changed files with 9,262 additions and 5,531 deletions.
2 changes: 1 addition & 1 deletion .viperlightignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ source/patterns/@aws-solutions-constructs/aws-apigateway-sqs/test/integ.apigatew
source/patterns/@aws-solutions-constructs/aws-apigateway-sqs/test/integ.apigateway-sqs-crud.expected.json:179
source/tools/cdk-integ-tools/package-lock.json:373
source/patterns/@aws-solutions-constructs/core/test/step-function-helper.test.js:115
source/patterns/@aws-solutions-constructs/core/test/lambda-func.test.ts:277
source/patterns/@aws-solutions-constructs/core/test/lambda-helper.test.ts:296
source/patterns/@aws-solutions-constructs/aws-dynamodb-stream-lambda/test/dynamodb-stream-lambda.test.ts:102
source/patterns/@aws-solutions-constructs/aws-iot-lambda-dynamodb/test/iot-lambda-dynamodb.test.ts:219
source/patterns/@aws-solutions-constructs/aws-lambda-dynamodb/test/lambda-dynamodb.test.ts:185
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 1.76.0 (2020-12-14)

### Changed
- Upgraded all patterns to CDK v1.76.0
- Added ESLint rule to enfore 2 space indentation
- Updated `aws-lambda-sqs` to support for VPC

## 1.75.0 (2020-12-03)

### 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.75.0"
"version": "1.76.0"
}
Loading

0 comments on commit 5ec9e80

Please sign in to comment.