Skip to content

Commit

Permalink
Update to version v1.87.1
Browse files Browse the repository at this point in the history
  • Loading branch information
biffgaut committed Feb 22, 2021
1 parent 3fd15e9 commit f4b22d8
Show file tree
Hide file tree
Showing 29 changed files with 359 additions and 396 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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.87.1 (2021-02-22)
- Upgraded all patterns to CDK v1.87.1
- Implemented SSE where appropriate on Firehose-S3 patterns
- Updated integration tests to not depend upon specific buckets

## 1.87.0 (2021-02-12)

### Changed
Expand Down
312 changes: 0 additions & 312 deletions DESIGN_GUIDELINES.md

This file was deleted.

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.87.0"
"version": "1.87.1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}
]
}
}
}
},
"testapigatewaydynamodbdefaultRestApi9102FDF9": {
"Type": "AWS::ApiGateway::RestApi",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}
]
}
}
}
},
"testapigatewaydynamodbdefaultRestApi9102FDF9": {
"Type": "AWS::ApiGateway::RestApi",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4091,7 +4091,7 @@ Object {
},
"Type": "AWS::ApiGateway::UsagePlan",
},
"testapigatewayiotoverridenparamsRestApiUsagePlanUsagePlanKeyResourcetestapigatewayiotoverridenparamsRestApiApiKeyFB3865CEDD2048E8": Object {
"testapigatewayiotoverridenparamsRestApiUsagePlanUsagePlanKeyResource2127D8B5": Object {
"Properties": Object {
"KeyId": Object {
"Ref": "testapigatewayiotoverridenparamsRestApiApiKey00A9BE26",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,7 @@
]
}
},
"testapigatewayiotRestApiUsagePlanUsagePlanKeyResourcetestapigatewayiotoverridenparamstestapigatewayiotRestApiApiKey83FDCF0179E2376C": {
"testapigatewayiotRestApiUsagePlanUsagePlanKeyResource427DC49B": {
"Type": "AWS::ApiGateway::UsagePlanKey",
"Properties": {
"KeyId": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@
]
}
},
"testapigatewayiotRestApiUsagePlanUsagePlanKeyResourcetestapigatewayiotapikeysparamstestapigatewayiotRestApiApiKeyE1A9FEAB83683CCF": {
"testapigatewayiotRestApiUsagePlanUsagePlanKeyResource427DC49B": {
"Type": "AWS::ApiGateway::UsagePlanKey",
"Properties": {
"KeyId": {
Expand Down
Loading

0 comments on commit f4b22d8

Please sign in to comment.