Skip to content

Commit 0041118

Browse files
authored
Merge pull request #249 from awslabs/merge-back/1.110.0
chore(merge-back): 1.110.0
2 parents 7c55713 + 1d974b0 commit 0041118

13 files changed

+463
-375
lines changed

.viperlightignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,6 @@ source/patterns/@aws-solutions-constructs/aws-lambda-sagemakerendpoint/test/test
122122
source/patterns/@aws-solutions-constructs/aws-lambda-sagemakerendpoint/test/test-helper.ts:78
123123
source/patterns/@aws-solutions-constructs/aws-lambda-sagemakerendpoint/test/test-helper.ts:81
124124
source/patterns/@aws-solutions-constructs/aws-lambda-sagemakerendpoint/test/test-helper.ts:84
125-
source/patterns/@aws-solutions-constructs/aws-s3-lambda/test/integ.existing-s3-bucket.expected.json:60
125+
source/patterns/@aws-solutions-constructs/aws-s3-lambda/test/integ.existing-s3-bucket.expected.json:33
126126
# This is a test case
127127
source/patterns/@aws-solutions-constructs/aws-kinesisstreams-gluejob/test/test.kinesisstream-gluejob.test.ts:129

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.110.0](https://github.com/awslabs/aws-solutions-constructs/compare/v1.109.0...v1.110.0) (2021-06-26)
6+
7+
### Changed
8+
9+
* Upgraded all patterns to CDK v1.110.0
10+
511
## [1.109.0](https://github.com/awslabs/aws-solutions-constructs/compare/v1.108.1...v1.109.0) (2021-06-26)
612

713
### Changed

source/lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"./patterns/@aws-solutions-constructs/*"
77
],
88
"rejectCycles": "true",
9-
"version": "1.109.0"
9+
"version": "1.110.0"
1010
}

source/patterns/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.deployFunctionWithExistingVpc.expected.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,15 @@
106106
"VpcPublicSubnet1NATGateway4D7517AA": {
107107
"Type": "AWS::EC2::NatGateway",
108108
"Properties": {
109+
"SubnetId": {
110+
"Ref": "VpcPublicSubnet1Subnet5C2D37C4"
111+
},
109112
"AllocationId": {
110113
"Fn::GetAtt": [
111114
"VpcPublicSubnet1EIPD7E02669",
112115
"AllocationId"
113116
]
114117
},
115-
"SubnetId": {
116-
"Ref": "VpcPublicSubnet1Subnet5C2D37C4"
117-
},
118118
"Tags": [
119119
{
120120
"Key": "Name",
@@ -213,15 +213,15 @@
213213
"VpcPublicSubnet2NATGateway9182C01D": {
214214
"Type": "AWS::EC2::NatGateway",
215215
"Properties": {
216+
"SubnetId": {
217+
"Ref": "VpcPublicSubnet2Subnet691E08A3"
218+
},
216219
"AllocationId": {
217220
"Fn::GetAtt": [
218221
"VpcPublicSubnet2EIP3C605A87",
219222
"AllocationId"
220223
]
221224
},
222-
"SubnetId": {
223-
"Ref": "VpcPublicSubnet2Subnet691E08A3"
224-
},
225225
"Tags": [
226226
{
227227
"Key": "Name",
@@ -320,15 +320,15 @@
320320
"VpcPublicSubnet3NATGateway7640CD1D": {
321321
"Type": "AWS::EC2::NatGateway",
322322
"Properties": {
323+
"SubnetId": {
324+
"Ref": "VpcPublicSubnet3SubnetBE12F0B6"
325+
},
323326
"AllocationId": {
324327
"Fn::GetAtt": [
325328
"VpcPublicSubnet3EIP3A666A23",
326329
"AllocationId"
327330
]
328331
},
329-
"SubnetId": {
330-
"Ref": "VpcPublicSubnet3SubnetBE12F0B6"
331-
},
332332
"Tags": [
333333
{
334334
"Key": "Name",

source/patterns/@aws-solutions-constructs/aws-lambda-secretsmanager/test/integ.deployFunctionWithExistingVpc.expected.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,15 @@
106106
"VpcPublicSubnet1NATGateway4D7517AA": {
107107
"Type": "AWS::EC2::NatGateway",
108108
"Properties": {
109+
"SubnetId": {
110+
"Ref": "VpcPublicSubnet1Subnet5C2D37C4"
111+
},
109112
"AllocationId": {
110113
"Fn::GetAtt": [
111114
"VpcPublicSubnet1EIPD7E02669",
112115
"AllocationId"
113116
]
114117
},
115-
"SubnetId": {
116-
"Ref": "VpcPublicSubnet1Subnet5C2D37C4"
117-
},
118118
"Tags": [
119119
{
120120
"Key": "Name",
@@ -213,15 +213,15 @@
213213
"VpcPublicSubnet2NATGateway9182C01D": {
214214
"Type": "AWS::EC2::NatGateway",
215215
"Properties": {
216+
"SubnetId": {
217+
"Ref": "VpcPublicSubnet2Subnet691E08A3"
218+
},
216219
"AllocationId": {
217220
"Fn::GetAtt": [
218221
"VpcPublicSubnet2EIP3C605A87",
219222
"AllocationId"
220223
]
221224
},
222-
"SubnetId": {
223-
"Ref": "VpcPublicSubnet2Subnet691E08A3"
224-
},
225225
"Tags": [
226226
{
227227
"Key": "Name",
@@ -320,15 +320,15 @@
320320
"VpcPublicSubnet3NATGateway7640CD1D": {
321321
"Type": "AWS::EC2::NatGateway",
322322
"Properties": {
323+
"SubnetId": {
324+
"Ref": "VpcPublicSubnet3SubnetBE12F0B6"
325+
},
323326
"AllocationId": {
324327
"Fn::GetAtt": [
325328
"VpcPublicSubnet3EIP3A666A23",
326329
"AllocationId"
327330
]
328331
},
329-
"SubnetId": {
330-
"Ref": "VpcPublicSubnet3SubnetBE12F0B6"
331-
},
332332
"Tags": [
333333
{
334334
"Key": "Name",

source/patterns/@aws-solutions-constructs/aws-lambda-ssmstringparameter/test/integ.deployFunctionWithExistingVpc.expected.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,15 @@
106106
"VpcPublicSubnet1NATGateway4D7517AA": {
107107
"Type": "AWS::EC2::NatGateway",
108108
"Properties": {
109+
"SubnetId": {
110+
"Ref": "VpcPublicSubnet1Subnet5C2D37C4"
111+
},
109112
"AllocationId": {
110113
"Fn::GetAtt": [
111114
"VpcPublicSubnet1EIPD7E02669",
112115
"AllocationId"
113116
]
114117
},
115-
"SubnetId": {
116-
"Ref": "VpcPublicSubnet1Subnet5C2D37C4"
117-
},
118118
"Tags": [
119119
{
120120
"Key": "Name",
@@ -213,15 +213,15 @@
213213
"VpcPublicSubnet2NATGateway9182C01D": {
214214
"Type": "AWS::EC2::NatGateway",
215215
"Properties": {
216+
"SubnetId": {
217+
"Ref": "VpcPublicSubnet2Subnet691E08A3"
218+
},
216219
"AllocationId": {
217220
"Fn::GetAtt": [
218221
"VpcPublicSubnet2EIP3C605A87",
219222
"AllocationId"
220223
]
221224
},
222-
"SubnetId": {
223-
"Ref": "VpcPublicSubnet2Subnet691E08A3"
224-
},
225225
"Tags": [
226226
{
227227
"Key": "Name",
@@ -320,15 +320,15 @@
320320
"VpcPublicSubnet3NATGateway7640CD1D": {
321321
"Type": "AWS::EC2::NatGateway",
322322
"Properties": {
323+
"SubnetId": {
324+
"Ref": "VpcPublicSubnet3SubnetBE12F0B6"
325+
},
323326
"AllocationId": {
324327
"Fn::GetAtt": [
325328
"VpcPublicSubnet3EIP3A666A23",
326329
"AllocationId"
327330
]
328331
},
329-
"SubnetId": {
330-
"Ref": "VpcPublicSubnet3SubnetBE12F0B6"
331-
},
332332
"Tags": [
333333
{
334334
"Key": "Name",

0 commit comments

Comments
 (0)