@aws-solutions-constructs/aws-apigateway-dynamodb 2.61.0 → 2.62.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,764 @@
1
+ {
2
+ "version": "tree-0.1",
3
+ "tree": {
4
+ "id": "App",
5
+ "path": "",
6
+ "children": {
7
+ "apiddb-custom-method-response": {
8
+ "id": "apiddb-custom-method-response",
9
+ "path": "apiddb-custom-method-response",
10
+ "children": {
11
+ "existing-table": {
12
+ "id": "existing-table",
13
+ "path": "apiddb-custom-method-response/existing-table",
14
+ "children": {
15
+ "Resource": {
16
+ "id": "Resource",
17
+ "path": "apiddb-custom-method-response/existing-table/Resource",
18
+ "attributes": {
19
+ "aws:cdk:cloudformation:type": "AWS::DynamoDB::Table",
20
+ "aws:cdk:cloudformation:props": {
21
+ "attributeDefinitions": [
22
+ {
23
+ "attributeName": "id",
24
+ "attributeType": "S"
25
+ }
26
+ ],
27
+ "billingMode": "PAY_PER_REQUEST",
28
+ "keySchema": [
29
+ {
30
+ "attributeName": "id",
31
+ "keyType": "HASH"
32
+ }
33
+ ],
34
+ "pointInTimeRecoverySpecification": {
35
+ "pointInTimeRecoveryEnabled": true
36
+ },
37
+ "sseSpecification": {
38
+ "sseEnabled": true
39
+ }
40
+ }
41
+ },
42
+ "constructInfo": {
43
+ "fqn": "aws-cdk-lib.aws_dynamodb.CfnTable",
44
+ "version": "2.145.0"
45
+ }
46
+ },
47
+ "ScalingRole": {
48
+ "id": "ScalingRole",
49
+ "path": "apiddb-custom-method-response/existing-table/ScalingRole",
50
+ "constructInfo": {
51
+ "fqn": "aws-cdk-lib.Resource",
52
+ "version": "2.145.0"
53
+ }
54
+ }
55
+ },
56
+ "constructInfo": {
57
+ "fqn": "aws-cdk-lib.aws_dynamodb.Table",
58
+ "version": "2.145.0"
59
+ }
60
+ },
61
+ "test-api-gateway-dynamodb-additional-request-templates": {
62
+ "id": "test-api-gateway-dynamodb-additional-request-templates",
63
+ "path": "apiddb-custom-method-response/test-api-gateway-dynamodb-additional-request-templates",
64
+ "children": {
65
+ "ApiAccessLogGroup": {
66
+ "id": "ApiAccessLogGroup",
67
+ "path": "apiddb-custom-method-response/test-api-gateway-dynamodb-additional-request-templates/ApiAccessLogGroup",
68
+ "children": {
69
+ "Resource": {
70
+ "id": "Resource",
71
+ "path": "apiddb-custom-method-response/test-api-gateway-dynamodb-additional-request-templates/ApiAccessLogGroup/Resource",
72
+ "attributes": {
73
+ "aws:cdk:cloudformation:type": "AWS::Logs::LogGroup",
74
+ "aws:cdk:cloudformation:props": {}
75
+ },
76
+ "constructInfo": {
77
+ "fqn": "aws-cdk-lib.aws_logs.CfnLogGroup",
78
+ "version": "2.145.0"
79
+ }
80
+ }
81
+ },
82
+ "constructInfo": {
83
+ "fqn": "aws-cdk-lib.aws_logs.LogGroup",
84
+ "version": "2.145.0"
85
+ }
86
+ },
87
+ "RestApi": {
88
+ "id": "RestApi",
89
+ "path": "apiddb-custom-method-response/test-api-gateway-dynamodb-additional-request-templates/RestApi",
90
+ "children": {
91
+ "Resource": {
92
+ "id": "Resource",
93
+ "path": "apiddb-custom-method-response/test-api-gateway-dynamodb-additional-request-templates/RestApi/Resource",
94
+ "attributes": {
95
+ "aws:cdk:cloudformation:type": "AWS::ApiGateway::RestApi",
96
+ "aws:cdk:cloudformation:props": {
97
+ "endpointConfiguration": {
98
+ "types": [
99
+ "EDGE"
100
+ ]
101
+ },
102
+ "name": "RestApi"
103
+ }
104
+ },
105
+ "constructInfo": {
106
+ "fqn": "aws-cdk-lib.aws_apigateway.CfnRestApi",
107
+ "version": "2.145.0"
108
+ }
109
+ },
110
+ "Deployment": {
111
+ "id": "Deployment",
112
+ "path": "apiddb-custom-method-response/test-api-gateway-dynamodb-additional-request-templates/RestApi/Deployment",
113
+ "children": {
114
+ "Resource": {
115
+ "id": "Resource",
116
+ "path": "apiddb-custom-method-response/test-api-gateway-dynamodb-additional-request-templates/RestApi/Deployment/Resource",
117
+ "attributes": {
118
+ "aws:cdk:cloudformation:type": "AWS::ApiGateway::Deployment",
119
+ "aws:cdk:cloudformation:props": {
120
+ "description": "Automatically created by the RestApi construct",
121
+ "restApiId": {
122
+ "Ref": "testapigatewaydynamodbadditionalrequesttemplatesRestApi03F6484C"
123
+ }
124
+ }
125
+ },
126
+ "constructInfo": {
127
+ "fqn": "aws-cdk-lib.aws_apigateway.CfnDeployment",
128
+ "version": "2.145.0"
129
+ }
130
+ }
131
+ },
132
+ "constructInfo": {
133
+ "fqn": "aws-cdk-lib.aws_apigateway.Deployment",
134
+ "version": "2.145.0"
135
+ }
136
+ },
137
+ "DeploymentStage.prod": {
138
+ "id": "DeploymentStage.prod",
139
+ "path": "apiddb-custom-method-response/test-api-gateway-dynamodb-additional-request-templates/RestApi/DeploymentStage.prod",
140
+ "children": {
141
+ "Resource": {
142
+ "id": "Resource",
143
+ "path": "apiddb-custom-method-response/test-api-gateway-dynamodb-additional-request-templates/RestApi/DeploymentStage.prod/Resource",
144
+ "attributes": {
145
+ "aws:cdk:cloudformation:type": "AWS::ApiGateway::Stage",
146
+ "aws:cdk:cloudformation:props": {
147
+ "accessLogSetting": {
148
+ "destinationArn": {
149
+ "Fn::GetAtt": [
150
+ "testapigatewaydynamodbadditionalrequesttemplatesApiAccessLogGroupAF75D750",
151
+ "Arn"
152
+ ]
153
+ },
154
+ "format": "{\"requestId\":\"$context.requestId\",\"ip\":\"$context.identity.sourceIp\",\"user\":\"$context.identity.user\",\"caller\":\"$context.identity.caller\",\"requestTime\":\"$context.requestTime\",\"httpMethod\":\"$context.httpMethod\",\"resourcePath\":\"$context.resourcePath\",\"status\":\"$context.status\",\"protocol\":\"$context.protocol\",\"responseLength\":\"$context.responseLength\"}"
155
+ },
156
+ "deploymentId": {
157
+ "Ref": "testapigatewaydynamodbadditionalrequesttemplatesRestApiDeployment0AE7C47799d5eb6ebbe5fc8402f3118bd7d77b35"
158
+ },
159
+ "methodSettings": [
160
+ {
161
+ "httpMethod": "*",
162
+ "resourcePath": "/*",
163
+ "dataTraceEnabled": false,
164
+ "loggingLevel": "INFO"
165
+ }
166
+ ],
167
+ "restApiId": {
168
+ "Ref": "testapigatewaydynamodbadditionalrequesttemplatesRestApi03F6484C"
169
+ },
170
+ "stageName": "prod",
171
+ "tracingEnabled": true
172
+ }
173
+ },
174
+ "constructInfo": {
175
+ "fqn": "aws-cdk-lib.aws_apigateway.CfnStage",
176
+ "version": "2.145.0"
177
+ }
178
+ }
179
+ },
180
+ "constructInfo": {
181
+ "fqn": "aws-cdk-lib.aws_apigateway.Stage",
182
+ "version": "2.145.0"
183
+ }
184
+ },
185
+ "Endpoint": {
186
+ "id": "Endpoint",
187
+ "path": "apiddb-custom-method-response/test-api-gateway-dynamodb-additional-request-templates/RestApi/Endpoint",
188
+ "constructInfo": {
189
+ "fqn": "aws-cdk-lib.CfnOutput",
190
+ "version": "2.145.0"
191
+ }
192
+ },
193
+ "Default": {
194
+ "id": "Default",
195
+ "path": "apiddb-custom-method-response/test-api-gateway-dynamodb-additional-request-templates/RestApi/Default",
196
+ "children": {
197
+ "{id}": {
198
+ "id": "{id}",
199
+ "path": "apiddb-custom-method-response/test-api-gateway-dynamodb-additional-request-templates/RestApi/Default/{id}",
200
+ "children": {
201
+ "Resource": {
202
+ "id": "Resource",
203
+ "path": "apiddb-custom-method-response/test-api-gateway-dynamodb-additional-request-templates/RestApi/Default/{id}/Resource",
204
+ "attributes": {
205
+ "aws:cdk:cloudformation:type": "AWS::ApiGateway::Resource",
206
+ "aws:cdk:cloudformation:props": {
207
+ "parentId": {
208
+ "Fn::GetAtt": [
209
+ "testapigatewaydynamodbadditionalrequesttemplatesRestApi03F6484C",
210
+ "RootResourceId"
211
+ ]
212
+ },
213
+ "pathPart": "{id}",
214
+ "restApiId": {
215
+ "Ref": "testapigatewaydynamodbadditionalrequesttemplatesRestApi03F6484C"
216
+ }
217
+ }
218
+ },
219
+ "constructInfo": {
220
+ "fqn": "aws-cdk-lib.aws_apigateway.CfnResource",
221
+ "version": "2.145.0"
222
+ }
223
+ },
224
+ "GET": {
225
+ "id": "GET",
226
+ "path": "apiddb-custom-method-response/test-api-gateway-dynamodb-additional-request-templates/RestApi/Default/{id}/GET",
227
+ "children": {
228
+ "Resource": {
229
+ "id": "Resource",
230
+ "path": "apiddb-custom-method-response/test-api-gateway-dynamodb-additional-request-templates/RestApi/Default/{id}/GET/Resource",
231
+ "attributes": {
232
+ "aws:cdk:cloudformation:type": "AWS::ApiGateway::Method",
233
+ "aws:cdk:cloudformation:props": {
234
+ "authorizationType": "AWS_IAM",
235
+ "httpMethod": "GET",
236
+ "integration": {
237
+ "type": "AWS",
238
+ "uri": {
239
+ "Fn::Join": [
240
+ "",
241
+ [
242
+ "arn:",
243
+ {
244
+ "Ref": "AWS::Partition"
245
+ },
246
+ ":apigateway:",
247
+ {
248
+ "Ref": "AWS::Region"
249
+ },
250
+ ":dynamodb:action/Query"
251
+ ]
252
+ ]
253
+ },
254
+ "integrationHttpMethod": "POST",
255
+ "requestParameters": {
256
+ "integration.request.header.Content-Type": "'application/json'"
257
+ },
258
+ "requestTemplates": {
259
+ "application/json": {
260
+ "Fn::Join": [
261
+ "",
262
+ [
263
+ "{ \"TableName\": \"",
264
+ {
265
+ "Ref": "existingtableE51CCC93"
266
+ },
267
+ "\", \"KeyConditionExpression\": \"id = :v1\", \"ExpressionAttributeValues\": { \":v1\": { \"S\": \"$input.params('id')\" } } }"
268
+ ]
269
+ ]
270
+ }
271
+ },
272
+ "passthroughBehavior": "NEVER",
273
+ "integrationResponses": [
274
+ {
275
+ "statusCode": "200"
276
+ },
277
+ {
278
+ "statusCode": "500",
279
+ "responseTemplates": {
280
+ "text/html": "Error"
281
+ },
282
+ "selectionPattern": "500"
283
+ }
284
+ ],
285
+ "credentials": {
286
+ "Fn::GetAtt": [
287
+ "testapigatewaydynamodbadditionalrequesttemplatesapigatewayroleFDAECAC6",
288
+ "Arn"
289
+ ]
290
+ }
291
+ },
292
+ "methodResponses": [
293
+ {
294
+ "statusCode": "200",
295
+ "responseParameters": {
296
+ "method.response.header.Content-Type": true
297
+ }
298
+ },
299
+ {
300
+ "statusCode": "500",
301
+ "responseParameters": {
302
+ "method.response.header.Content-Type": true
303
+ }
304
+ }
305
+ ],
306
+ "resourceId": {
307
+ "Ref": "testapigatewaydynamodbadditionalrequesttemplatesRestApiidA77CCE90"
308
+ },
309
+ "restApiId": {
310
+ "Ref": "testapigatewaydynamodbadditionalrequesttemplatesRestApi03F6484C"
311
+ }
312
+ }
313
+ },
314
+ "constructInfo": {
315
+ "fqn": "aws-cdk-lib.aws_apigateway.CfnMethod",
316
+ "version": "2.145.0"
317
+ }
318
+ }
319
+ },
320
+ "constructInfo": {
321
+ "fqn": "aws-cdk-lib.aws_apigateway.Method",
322
+ "version": "2.145.0"
323
+ }
324
+ },
325
+ "DELETE": {
326
+ "id": "DELETE",
327
+ "path": "apiddb-custom-method-response/test-api-gateway-dynamodb-additional-request-templates/RestApi/Default/{id}/DELETE",
328
+ "children": {
329
+ "Resource": {
330
+ "id": "Resource",
331
+ "path": "apiddb-custom-method-response/test-api-gateway-dynamodb-additional-request-templates/RestApi/Default/{id}/DELETE/Resource",
332
+ "attributes": {
333
+ "aws:cdk:cloudformation:type": "AWS::ApiGateway::Method",
334
+ "aws:cdk:cloudformation:props": {
335
+ "authorizationType": "AWS_IAM",
336
+ "httpMethod": "DELETE",
337
+ "integration": {
338
+ "type": "AWS",
339
+ "uri": {
340
+ "Fn::Join": [
341
+ "",
342
+ [
343
+ "arn:",
344
+ {
345
+ "Ref": "AWS::Partition"
346
+ },
347
+ ":apigateway:",
348
+ {
349
+ "Ref": "AWS::Region"
350
+ },
351
+ ":dynamodb:action/DeleteItem"
352
+ ]
353
+ ]
354
+ },
355
+ "integrationHttpMethod": "POST",
356
+ "requestParameters": {
357
+ "integration.request.header.Content-Type": "'application/json'"
358
+ },
359
+ "requestTemplates": {
360
+ "application/json": {
361
+ "Fn::Join": [
362
+ "",
363
+ [
364
+ "{ \"TableName\": \"",
365
+ {
366
+ "Ref": "existingtableE51CCC93"
367
+ },
368
+ "\", \"Key\": { \"id\": { \"S\": \"$input.params('id')\" } }, \"ReturnValues\": \"ALL_OLD\" }"
369
+ ]
370
+ ]
371
+ }
372
+ },
373
+ "passthroughBehavior": "NEVER",
374
+ "integrationResponses": [
375
+ {
376
+ "statusCode": "200",
377
+ "responseTemplates": {
378
+ "text/html": "OK"
379
+ }
380
+ },
381
+ {
382
+ "statusCode": "400",
383
+ "responseTemplates": {
384
+ "text/html": "IntegrationTestError"
385
+ }
386
+ }
387
+ ],
388
+ "credentials": {
389
+ "Fn::GetAtt": [
390
+ "testapigatewaydynamodbadditionalrequesttemplatesapigatewayroleFDAECAC6",
391
+ "Arn"
392
+ ]
393
+ }
394
+ },
395
+ "methodResponses": [
396
+ {
397
+ "statusCode": "200"
398
+ },
399
+ {
400
+ "statusCode": "400"
401
+ }
402
+ ],
403
+ "resourceId": {
404
+ "Ref": "testapigatewaydynamodbadditionalrequesttemplatesRestApiidA77CCE90"
405
+ },
406
+ "restApiId": {
407
+ "Ref": "testapigatewaydynamodbadditionalrequesttemplatesRestApi03F6484C"
408
+ }
409
+ }
410
+ },
411
+ "constructInfo": {
412
+ "fqn": "aws-cdk-lib.aws_apigateway.CfnMethod",
413
+ "version": "2.145.0"
414
+ }
415
+ }
416
+ },
417
+ "constructInfo": {
418
+ "fqn": "aws-cdk-lib.aws_apigateway.Method",
419
+ "version": "2.145.0"
420
+ }
421
+ }
422
+ },
423
+ "constructInfo": {
424
+ "fqn": "aws-cdk-lib.aws_apigateway.Resource",
425
+ "version": "2.145.0"
426
+ }
427
+ }
428
+ },
429
+ "constructInfo": {
430
+ "fqn": "aws-cdk-lib.aws_apigateway.ResourceBase",
431
+ "version": "2.145.0"
432
+ }
433
+ },
434
+ "UsagePlan": {
435
+ "id": "UsagePlan",
436
+ "path": "apiddb-custom-method-response/test-api-gateway-dynamodb-additional-request-templates/RestApi/UsagePlan",
437
+ "children": {
438
+ "Resource": {
439
+ "id": "Resource",
440
+ "path": "apiddb-custom-method-response/test-api-gateway-dynamodb-additional-request-templates/RestApi/UsagePlan/Resource",
441
+ "attributes": {
442
+ "aws:cdk:cloudformation:type": "AWS::ApiGateway::UsagePlan",
443
+ "aws:cdk:cloudformation:props": {
444
+ "apiStages": [
445
+ {
446
+ "apiId": {
447
+ "Ref": "testapigatewaydynamodbadditionalrequesttemplatesRestApi03F6484C"
448
+ },
449
+ "stage": {
450
+ "Ref": "testapigatewaydynamodbadditionalrequesttemplatesRestApiDeploymentStageprod33ED5D23"
451
+ },
452
+ "throttle": {}
453
+ }
454
+ ]
455
+ }
456
+ },
457
+ "constructInfo": {
458
+ "fqn": "aws-cdk-lib.aws_apigateway.CfnUsagePlan",
459
+ "version": "2.145.0"
460
+ }
461
+ }
462
+ },
463
+ "constructInfo": {
464
+ "fqn": "aws-cdk-lib.aws_apigateway.UsagePlan",
465
+ "version": "2.145.0"
466
+ }
467
+ }
468
+ },
469
+ "constructInfo": {
470
+ "fqn": "aws-cdk-lib.aws_apigateway.RestApi",
471
+ "version": "2.145.0"
472
+ }
473
+ },
474
+ "LambdaRestApiCloudWatchRole": {
475
+ "id": "LambdaRestApiCloudWatchRole",
476
+ "path": "apiddb-custom-method-response/test-api-gateway-dynamodb-additional-request-templates/LambdaRestApiCloudWatchRole",
477
+ "children": {
478
+ "ImportLambdaRestApiCloudWatchRole": {
479
+ "id": "ImportLambdaRestApiCloudWatchRole",
480
+ "path": "apiddb-custom-method-response/test-api-gateway-dynamodb-additional-request-templates/LambdaRestApiCloudWatchRole/ImportLambdaRestApiCloudWatchRole",
481
+ "constructInfo": {
482
+ "fqn": "aws-cdk-lib.Resource",
483
+ "version": "2.145.0"
484
+ }
485
+ },
486
+ "Resource": {
487
+ "id": "Resource",
488
+ "path": "apiddb-custom-method-response/test-api-gateway-dynamodb-additional-request-templates/LambdaRestApiCloudWatchRole/Resource",
489
+ "attributes": {
490
+ "aws:cdk:cloudformation:type": "AWS::IAM::Role",
491
+ "aws:cdk:cloudformation:props": {
492
+ "assumeRolePolicyDocument": {
493
+ "Statement": [
494
+ {
495
+ "Action": "sts:AssumeRole",
496
+ "Effect": "Allow",
497
+ "Principal": {
498
+ "Service": "apigateway.amazonaws.com"
499
+ }
500
+ }
501
+ ],
502
+ "Version": "2012-10-17"
503
+ },
504
+ "policies": [
505
+ {
506
+ "policyName": "LambdaRestApiCloudWatchRolePolicy",
507
+ "policyDocument": {
508
+ "Statement": [
509
+ {
510
+ "Action": [
511
+ "logs:CreateLogGroup",
512
+ "logs:CreateLogStream",
513
+ "logs:DescribeLogGroups",
514
+ "logs:DescribeLogStreams",
515
+ "logs:FilterLogEvents",
516
+ "logs:GetLogEvents",
517
+ "logs:PutLogEvents"
518
+ ],
519
+ "Effect": "Allow",
520
+ "Resource": {
521
+ "Fn::Join": [
522
+ "",
523
+ [
524
+ "arn:",
525
+ {
526
+ "Ref": "AWS::Partition"
527
+ },
528
+ ":logs:",
529
+ {
530
+ "Ref": "AWS::Region"
531
+ },
532
+ ":",
533
+ {
534
+ "Ref": "AWS::AccountId"
535
+ },
536
+ ":*"
537
+ ]
538
+ ]
539
+ }
540
+ }
541
+ ],
542
+ "Version": "2012-10-17"
543
+ }
544
+ }
545
+ ]
546
+ }
547
+ },
548
+ "constructInfo": {
549
+ "fqn": "aws-cdk-lib.aws_iam.CfnRole",
550
+ "version": "2.145.0"
551
+ }
552
+ }
553
+ },
554
+ "constructInfo": {
555
+ "fqn": "aws-cdk-lib.aws_iam.Role",
556
+ "version": "2.145.0"
557
+ }
558
+ },
559
+ "LambdaRestApiAccount": {
560
+ "id": "LambdaRestApiAccount",
561
+ "path": "apiddb-custom-method-response/test-api-gateway-dynamodb-additional-request-templates/LambdaRestApiAccount",
562
+ "attributes": {
563
+ "aws:cdk:cloudformation:type": "AWS::ApiGateway::Account",
564
+ "aws:cdk:cloudformation:props": {
565
+ "cloudWatchRoleArn": {
566
+ "Fn::GetAtt": [
567
+ "testapigatewaydynamodbadditionalrequesttemplatesLambdaRestApiCloudWatchRole51265771",
568
+ "Arn"
569
+ ]
570
+ }
571
+ }
572
+ },
573
+ "constructInfo": {
574
+ "fqn": "aws-cdk-lib.aws_apigateway.CfnAccount",
575
+ "version": "2.145.0"
576
+ }
577
+ },
578
+ "api-gateway-role": {
579
+ "id": "api-gateway-role",
580
+ "path": "apiddb-custom-method-response/test-api-gateway-dynamodb-additional-request-templates/api-gateway-role",
581
+ "children": {
582
+ "Importapi-gateway-role": {
583
+ "id": "Importapi-gateway-role",
584
+ "path": "apiddb-custom-method-response/test-api-gateway-dynamodb-additional-request-templates/api-gateway-role/Importapi-gateway-role",
585
+ "constructInfo": {
586
+ "fqn": "aws-cdk-lib.Resource",
587
+ "version": "2.145.0"
588
+ }
589
+ },
590
+ "Resource": {
591
+ "id": "Resource",
592
+ "path": "apiddb-custom-method-response/test-api-gateway-dynamodb-additional-request-templates/api-gateway-role/Resource",
593
+ "attributes": {
594
+ "aws:cdk:cloudformation:type": "AWS::IAM::Role",
595
+ "aws:cdk:cloudformation:props": {
596
+ "assumeRolePolicyDocument": {
597
+ "Statement": [
598
+ {
599
+ "Action": "sts:AssumeRole",
600
+ "Effect": "Allow",
601
+ "Principal": {
602
+ "Service": "apigateway.amazonaws.com"
603
+ }
604
+ }
605
+ ],
606
+ "Version": "2012-10-17"
607
+ }
608
+ }
609
+ },
610
+ "constructInfo": {
611
+ "fqn": "aws-cdk-lib.aws_iam.CfnRole",
612
+ "version": "2.145.0"
613
+ }
614
+ },
615
+ "DefaultPolicy": {
616
+ "id": "DefaultPolicy",
617
+ "path": "apiddb-custom-method-response/test-api-gateway-dynamodb-additional-request-templates/api-gateway-role/DefaultPolicy",
618
+ "children": {
619
+ "Resource": {
620
+ "id": "Resource",
621
+ "path": "apiddb-custom-method-response/test-api-gateway-dynamodb-additional-request-templates/api-gateway-role/DefaultPolicy/Resource",
622
+ "attributes": {
623
+ "aws:cdk:cloudformation:type": "AWS::IAM::Policy",
624
+ "aws:cdk:cloudformation:props": {
625
+ "policyDocument": {
626
+ "Statement": [
627
+ {
628
+ "Action": [
629
+ "dynamodb:DeleteItem",
630
+ "dynamodb:Query"
631
+ ],
632
+ "Effect": "Allow",
633
+ "Resource": {
634
+ "Fn::GetAtt": [
635
+ "existingtableE51CCC93",
636
+ "Arn"
637
+ ]
638
+ }
639
+ }
640
+ ],
641
+ "Version": "2012-10-17"
642
+ },
643
+ "policyName": "testapigatewaydynamodbadditionalrequesttemplatesapigatewayroleDefaultPolicy4C47B35E",
644
+ "roles": [
645
+ {
646
+ "Ref": "testapigatewaydynamodbadditionalrequesttemplatesapigatewayroleFDAECAC6"
647
+ }
648
+ ]
649
+ }
650
+ },
651
+ "constructInfo": {
652
+ "fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
653
+ "version": "2.145.0"
654
+ }
655
+ }
656
+ },
657
+ "constructInfo": {
658
+ "fqn": "aws-cdk-lib.aws_iam.Policy",
659
+ "version": "2.145.0"
660
+ }
661
+ }
662
+ },
663
+ "constructInfo": {
664
+ "fqn": "aws-cdk-lib.aws_iam.Role",
665
+ "version": "2.145.0"
666
+ }
667
+ }
668
+ },
669
+ "constructInfo": {
670
+ "fqn": "@aws-solutions-constructs/aws-apigateway-dynamodb.ApiGatewayToDynamoDB",
671
+ "version": "2.59.0"
672
+ }
673
+ },
674
+ "Integ": {
675
+ "id": "Integ",
676
+ "path": "apiddb-custom-method-response/Integ",
677
+ "children": {
678
+ "DefaultTest": {
679
+ "id": "DefaultTest",
680
+ "path": "apiddb-custom-method-response/Integ/DefaultTest",
681
+ "children": {
682
+ "Default": {
683
+ "id": "Default",
684
+ "path": "apiddb-custom-method-response/Integ/DefaultTest/Default",
685
+ "constructInfo": {
686
+ "fqn": "constructs.Construct",
687
+ "version": "10.3.0"
688
+ }
689
+ },
690
+ "DeployAssert": {
691
+ "id": "DeployAssert",
692
+ "path": "apiddb-custom-method-response/Integ/DefaultTest/DeployAssert",
693
+ "children": {
694
+ "BootstrapVersion": {
695
+ "id": "BootstrapVersion",
696
+ "path": "apiddb-custom-method-response/Integ/DefaultTest/DeployAssert/BootstrapVersion",
697
+ "constructInfo": {
698
+ "fqn": "aws-cdk-lib.CfnParameter",
699
+ "version": "2.145.0"
700
+ }
701
+ },
702
+ "CheckBootstrapVersion": {
703
+ "id": "CheckBootstrapVersion",
704
+ "path": "apiddb-custom-method-response/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion",
705
+ "constructInfo": {
706
+ "fqn": "aws-cdk-lib.CfnRule",
707
+ "version": "2.145.0"
708
+ }
709
+ }
710
+ },
711
+ "constructInfo": {
712
+ "fqn": "aws-cdk-lib.Stack",
713
+ "version": "2.145.0"
714
+ }
715
+ }
716
+ },
717
+ "constructInfo": {
718
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTestCase",
719
+ "version": "2.145.0-alpha.0"
720
+ }
721
+ }
722
+ },
723
+ "constructInfo": {
724
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTest",
725
+ "version": "2.145.0-alpha.0"
726
+ }
727
+ },
728
+ "BootstrapVersion": {
729
+ "id": "BootstrapVersion",
730
+ "path": "apiddb-custom-method-response/BootstrapVersion",
731
+ "constructInfo": {
732
+ "fqn": "aws-cdk-lib.CfnParameter",
733
+ "version": "2.145.0"
734
+ }
735
+ },
736
+ "CheckBootstrapVersion": {
737
+ "id": "CheckBootstrapVersion",
738
+ "path": "apiddb-custom-method-response/CheckBootstrapVersion",
739
+ "constructInfo": {
740
+ "fqn": "aws-cdk-lib.CfnRule",
741
+ "version": "2.145.0"
742
+ }
743
+ }
744
+ },
745
+ "constructInfo": {
746
+ "fqn": "aws-cdk-lib.Stack",
747
+ "version": "2.145.0"
748
+ }
749
+ },
750
+ "Tree": {
751
+ "id": "Tree",
752
+ "path": "Tree",
753
+ "constructInfo": {
754
+ "fqn": "constructs.Construct",
755
+ "version": "10.3.0"
756
+ }
757
+ }
758
+ },
759
+ "constructInfo": {
760
+ "fqn": "aws-cdk-lib.App",
761
+ "version": "2.145.0"
762
+ }
763
+ }
764
+ }