Skip to content

Commit f740690

Browse files
author
Saqib Dhuka
committed
Updating PR remove uneccessary file changes that are unrelated to the feature.
1 parent 8a6022c commit f740690

11 files changed

+28
-58
lines changed

packages/@aws-cdk/aws-apigateway/test/authorizers/integ.request-authorizer.lit.expected.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@
7272
]
7373
}
7474
},
75+
"Handler": "index.handler",
7576
"Role": {
7677
"Fn::GetAtt": [
7778
"MyAuthorizerFunctionServiceRole8A34C19E",
7879
"Arn"
7980
]
8081
},
81-
"Handler": "index.handler",
8282
"Runtime": "nodejs10.x"
8383
},
8484
"DependsOn": [
@@ -313,4 +313,4 @@
313313
}
314314
}
315315
}
316-
}
316+
}

packages/@aws-cdk/aws-apigateway/test/authorizers/integ.token-authorizer-iam-role.expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@
7272
]
7373
}
7474
},
75+
"Handler": "index.handler",
7576
"Role": {
7677
"Fn::GetAtt": [
7778
"MyAuthorizerFunctionServiceRole8A34C19E",
7879
"Arn"
7980
]
8081
},
81-
"Handler": "index.handler",
8282
"Runtime": "nodejs10.x"
8383
},
8484
"DependsOn": [

packages/@aws-cdk/aws-apigateway/test/authorizers/integ.token-authorizer.lit.expected.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@
7272
]
7373
}
7474
},
75+
"Handler": "index.handler",
7576
"Role": {
7677
"Fn::GetAtt": [
7778
"MyAuthorizerFunctionServiceRole8A34C19E",
7879
"Arn"
7980
]
8081
},
81-
"Handler": "index.handler",
8282
"Runtime": "nodejs10.x"
8383
},
8484
"DependsOn": [
@@ -313,4 +313,4 @@
313313
}
314314
}
315315
}
316-
}
316+
}

packages/@aws-cdk/aws-apigateway/test/integ.cors.expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,13 +564,13 @@
564564
]
565565
}
566566
},
567+
"Handler": "index.handler",
567568
"Role": {
568569
"Fn::GetAtt": [
569570
"handlerServiceRole187D5A5A",
570571
"Arn"
571572
]
572573
},
573-
"Handler": "index.handler",
574574
"Runtime": "nodejs10.x"
575575
},
576576
"DependsOn": [

packages/@aws-cdk/aws-apigateway/test/integ.lambda-api.latebound-deploymentstage.expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
"Code": {
3838
"ZipFile": "foo"
3939
},
40+
"Handler": "index.handler",
4041
"Role": {
4142
"Fn::GetAtt": [
4243
"myfnServiceRole7822DC24",
4344
"Arn"
4445
]
4546
},
46-
"Handler": "index.handler",
4747
"Runtime": "nodejs10.x"
4848
},
4949
"DependsOn": [

packages/@aws-cdk/aws-apigateway/test/integ.restapi.books.expected.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
"Code": {
3838
"ZipFile": "exports.handler = function echoHandlerCode(event, _, callback) {\n return callback(undefined, {\n isBase64Encoded: false,\n statusCode: 200,\n headers: { 'content-type': 'application/json' },\n body: JSON.stringify(event),\n });\n}"
3939
},
40+
"Handler": "index.handler",
4041
"Role": {
4142
"Fn::GetAtt": [
4243
"BooksHandlerServiceRole5B6A8847",
4344
"Arn"
4445
]
4546
},
46-
"Handler": "index.handler",
4747
"Runtime": "nodejs10.x"
4848
},
4949
"DependsOn": [
@@ -87,13 +87,13 @@
8787
"Code": {
8888
"ZipFile": "exports.handler = function echoHandlerCode(event, _, callback) {\n return callback(undefined, {\n isBase64Encoded: false,\n statusCode: 200,\n headers: { 'content-type': 'application/json' },\n body: JSON.stringify(event),\n });\n}"
8989
},
90+
"Handler": "index.handler",
9091
"Role": {
9192
"Fn::GetAtt": [
9293
"BookHandlerServiceRole894768AD",
9394
"Arn"
9495
]
9596
},
96-
"Handler": "index.handler",
9797
"Runtime": "nodejs10.x"
9898
},
9999
"DependsOn": [
@@ -137,13 +137,13 @@
137137
"Code": {
138138
"ZipFile": "exports.handler = function helloCode(_event, _context, callback) {\n return callback(undefined, {\n statusCode: 200,\n body: 'hello, world!',\n });\n}"
139139
},
140+
"Handler": "index.handler",
140141
"Role": {
141142
"Fn::GetAtt": [
142143
"HelloServiceRole1E55EA16",
143144
"Arn"
144145
]
145146
},
146-
"Handler": "index.handler",
147147
"Runtime": "nodejs10.x"
148148
},
149149
"DependsOn": [

packages/@aws-cdk/aws-apigateway/test/integ.restapi.expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,13 +651,13 @@
651651
"Code": {
652652
"ZipFile": "exports.handler = function handlerCode(event, _, callback) {\n return callback(undefined, {\n isBase64Encoded: false,\n statusCode: 200,\n headers: { 'content-type': 'application/json' },\n body: JSON.stringify(event),\n });\n }"
653653
},
654+
"Handler": "index.handler",
654655
"Role": {
655656
"Fn::GetAtt": [
656657
"MyHandlerServiceRoleFFA06653",
657658
"Arn"
658659
]
659660
},
660-
"Handler": "index.handler",
661661
"Runtime": "nodejs10.x"
662662
},
663663
"DependsOn": [

packages/@aws-cdk/aws-apigateway/test/integ.restapi.multistack.expected.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
"Code": {
3939
"ZipFile": "exports.handler = async function(event) {\n return {\n 'headers': { 'Content-Type': 'text/plain' },\n 'statusCode': 200\n }\n }"
4040
},
41+
"Handler": "index.handler",
4142
"Role": {
4243
"Fn::GetAtt": [
4344
"firstLambdaServiceRoleB6408C31",
4445
"Arn"
4546
]
4647
},
47-
"FunctionName": "FirstLambda",
48-
"Handler": "index.handler",
49-
"Runtime": "nodejs10.x"
48+
"Runtime": "nodejs10.x",
49+
"FunctionName": "FirstLambda"
5050
},
5151
"DependsOn": [
5252
"firstLambdaServiceRoleB6408C31"

packages/@aws-cdk/aws-apigateway/test/integ.restapi.multiuse.expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
"Code": {
3838
"ZipFile": "exports.handler = function helloCode(_event, _context, callback) {\n return callback(undefined, {\n statusCode: 200,\n body: 'hello, world!',\n });\n}"
3939
},
40+
"Handler": "index.handler",
4041
"Role": {
4142
"Fn::GetAtt": [
4243
"HelloServiceRole1E55EA16",
4344
"Arn"
4445
]
4546
},
46-
"Handler": "index.handler",
4747
"Runtime": "nodejs10.x"
4848
},
4949
"DependsOn": [

packages/@aws-cdk/aws-apigateway/test/integ.restapi.vpc-endpoint.expected.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,15 @@
9595
"MyVpcPublicSubnet1NATGatewayAD3400C1": {
9696
"Type": "AWS::EC2::NatGateway",
9797
"Properties": {
98-
"SubnetId": {
99-
"Ref": "MyVpcPublicSubnet1SubnetF6608456"
100-
},
10198
"AllocationId": {
10299
"Fn::GetAtt": [
103100
"MyVpcPublicSubnet1EIP096967CB",
104101
"AllocationId"
105102
]
106103
},
104+
"SubnetId": {
105+
"Ref": "MyVpcPublicSubnet1SubnetF6608456"
106+
},
107107
"Tags": [
108108
{
109109
"Key": "Name",
@@ -192,15 +192,15 @@
192192
"MyVpcPublicSubnet2NATGateway91BFBEC9": {
193193
"Type": "AWS::EC2::NatGateway",
194194
"Properties": {
195-
"SubnetId": {
196-
"Ref": "MyVpcPublicSubnet2Subnet492B6BFB"
197-
},
198195
"AllocationId": {
199196
"Fn::GetAtt": [
200197
"MyVpcPublicSubnet2EIP8CCBA239",
201198
"AllocationId"
202199
]
203200
},
201+
"SubnetId": {
202+
"Ref": "MyVpcPublicSubnet2Subnet492B6BFB"
203+
},
204204
"Tags": [
205205
{
206206
"Key": "Name",
@@ -289,15 +289,15 @@
289289
"MyVpcPublicSubnet3NATGatewayD4B50EBE": {
290290
"Type": "AWS::EC2::NatGateway",
291291
"Properties": {
292-
"SubnetId": {
293-
"Ref": "MyVpcPublicSubnet3Subnet57EEE236"
294-
},
295292
"AllocationId": {
296293
"Fn::GetAtt": [
297294
"MyVpcPublicSubnet3EIPC5ACADAB",
298295
"AllocationId"
299296
]
300297
},
298+
"SubnetId": {
299+
"Ref": "MyVpcPublicSubnet3Subnet57EEE236"
300+
},
301301
"Tags": [
302302
{
303303
"Key": "Name",

0 commit comments

Comments
 (0)