Skip to content

Commit 123c265

Browse files
committed
Merge branch 'master' 1.87.1 into feat/aws-lambda-sagemakerendpoint
2 parents 5e9fd53 + f4b22d8 commit 123c265

29 files changed

+359
-396
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
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.
44

5+
### 1.87.1 (2021-02-22)
6+
- Upgraded all patterns to CDK v1.87.1
7+
- Implemented SSE where appropriate on Firehose-S3 patterns
8+
- Updated integration tests to not depend upon specific buckets
9+
510
## 1.87.0 (2021-02-12)
611

712
### Changed

DESIGN_GUIDELINES.md

-312
This file was deleted.

source/lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"./patterns/@aws-solutions-constructs/*"
77
],
88
"rejectCycles": "true",
9-
"version": "1.87.0"
9+
"version": "1.87.1"
1010
}

source/patterns/@aws-solutions-constructs/aws-apigateway-dynamodb/test/integ.apigateway-dynamodb-existing-table.expected.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
}
4545
]
4646
}
47-
}
47+
}
4848
},
4949
"testapigatewaydynamodbdefaultRestApi9102FDF9": {
5050
"Type": "AWS::ApiGateway::RestApi",

source/patterns/@aws-solutions-constructs/aws-apigateway-dynamodb/test/integ.no-arguments.expected.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
}
4545
]
4646
}
47-
}
47+
}
4848
},
4949
"testapigatewaydynamodbdefaultRestApi9102FDF9": {
5050
"Type": "AWS::ApiGateway::RestApi",

source/patterns/@aws-solutions-constructs/aws-apigateway-iot/test/__snapshots__/test.apigateway-iot.test.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -4091,7 +4091,7 @@ Object {
40914091
},
40924092
"Type": "AWS::ApiGateway::UsagePlan",
40934093
},
4094-
"testapigatewayiotoverridenparamsRestApiUsagePlanUsagePlanKeyResourcetestapigatewayiotoverridenparamsRestApiApiKeyFB3865CEDD2048E8": Object {
4094+
"testapigatewayiotoverridenparamsRestApiUsagePlanUsagePlanKeyResource2127D8B5": Object {
40954095
"Properties": Object {
40964096
"KeyId": Object {
40974097
"Ref": "testapigatewayiotoverridenparamsRestApiApiKey00A9BE26",

source/patterns/@aws-solutions-constructs/aws-apigateway-iot/test/integ.overrideParams.expected.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@
12631263
]
12641264
}
12651265
},
1266-
"testapigatewayiotRestApiUsagePlanUsagePlanKeyResourcetestapigatewayiotoverridenparamstestapigatewayiotRestApiApiKey83FDCF0179E2376C": {
1266+
"testapigatewayiotRestApiUsagePlanUsagePlanKeyResource427DC49B": {
12671267
"Type": "AWS::ApiGateway::UsagePlanKey",
12681268
"Properties": {
12691269
"KeyId": {

source/patterns/@aws-solutions-constructs/aws-apigateway-iot/test/integ.override_auth_api_keys.expected.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@
12611261
]
12621262
}
12631263
},
1264-
"testapigatewayiotRestApiUsagePlanUsagePlanKeyResourcetestapigatewayiotapikeysparamstestapigatewayiotRestApiApiKeyE1A9FEAB83683CCF": {
1264+
"testapigatewayiotRestApiUsagePlanUsagePlanKeyResource427DC49B": {
12651265
"Type": "AWS::ApiGateway::UsagePlanKey",
12661266
"Properties": {
12671267
"KeyId": {

0 commit comments

Comments
 (0)