@aws-solutions-constructs/aws-apigateway-dynamodb 2.64.0 → 2.65.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.
- package/.jsii +4 -4
- package/lib/index.js +1 -1
- package/package.json +3 -3
- package/test/integ.apiddb-additional-request-templates-custom-resource-name.js +2 -1
- package/test/integ.apiddb-additional-request-templates-custom-resource-name.js.snapshot/apiddb-additional-request-templates-custom-resource-name.assets.json +2 -2
- package/test/integ.apiddb-additional-request-templates-custom-resource-name.js.snapshot/apiddb-additional-request-templates-custom-resource-name.template.json +22 -1
- package/test/integ.apiddb-additional-request-templates-custom-resource-name.js.snapshot/manifest.json +1 -1
- package/test/integ.apiddb-additional-request-templates-custom-resource-name.js.snapshot/tree.json +40 -40
- package/test/integ.apiddb-additional-request-templates.js +2 -1
- package/test/integ.apiddb-additional-request-templates.js.snapshot/apiddb-additional-request-templates.assets.json +2 -2
- package/test/integ.apiddb-additional-request-templates.js.snapshot/apiddb-additional-request-templates.template.json +22 -1
- package/test/integ.apiddb-additional-request-templates.js.snapshot/manifest.json +1 -1
- package/test/integ.apiddb-additional-request-templates.js.snapshot/tree.json +40 -40
- package/test/integ.apiddb-apigateway-dynamodb-CRUD.js.snapshot/apiddb-apigateway-dynamodb-CRUD.assets.json +2 -2
- package/test/integ.apiddb-apigateway-dynamodb-CRUD.js.snapshot/apiddb-apigateway-dynamodb-CRUD.template.json +22 -1
- package/test/integ.apiddb-apigateway-dynamodb-CRUD.js.snapshot/manifest.json +1 -1
- package/test/integ.apiddb-apigateway-dynamodb-CRUD.js.snapshot/tree.json +46 -46
- package/test/integ.apiddb-apigateway-dynamodb-existing-table.js +2 -1
- package/test/integ.apiddb-apigateway-dynamodb-existing-table.js.snapshot/apiddb-apigateway-dynamodb-existing-table.assets.json +2 -2
- package/test/integ.apiddb-apigateway-dynamodb-existing-table.js.snapshot/apiddb-apigateway-dynamodb-existing-table.template.json +22 -1
- package/test/integ.apiddb-apigateway-dynamodb-existing-table.js.snapshot/manifest.json +1 -1
- package/test/integ.apiddb-apigateway-dynamodb-existing-table.js.snapshot/tree.json +40 -40
- package/test/integ.apiddb-custom-integration-responses.js +2 -1
- package/test/integ.apiddb-custom-integration-responses.js.snapshot/apiddb-custom-integration-responses.assets.json +2 -2
- package/test/integ.apiddb-custom-integration-responses.js.snapshot/apiddb-custom-integration-responses.template.json +22 -1
- package/test/integ.apiddb-custom-integration-responses.js.snapshot/manifest.json +1 -1
- package/test/integ.apiddb-custom-integration-responses.js.snapshot/tree.json +40 -40
- package/test/integ.apiddb-custom-method-response.js +2 -1
- package/test/integ.apiddb-custom-method-response.js.snapshot/apiddb-custom-method-response.assets.json +2 -2
- package/test/integ.apiddb-custom-method-response.js.snapshot/apiddb-custom-method-response.template.json +22 -1
- package/test/integ.apiddb-custom-method-response.js.snapshot/manifest.json +1 -1
- package/test/integ.apiddb-custom-method-response.js.snapshot/tree.json +40 -40
- package/test/integ.apiddb-no-arguments.js.snapshot/apiddb-no-arguments.assets.json +2 -2
- package/test/integ.apiddb-no-arguments.js.snapshot/apiddb-no-arguments.template.json +22 -1
- package/test/integ.apiddb-no-arguments.js.snapshot/manifest.json +1 -1
- package/test/integ.apiddb-no-arguments.js.snapshot/tree.json +40 -40
|
@@ -25,7 +25,14 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"UpdateReplacePolicy": "Retain",
|
|
28
|
-
"DeletionPolicy": "Retain"
|
|
28
|
+
"DeletionPolicy": "Retain",
|
|
29
|
+
"Metadata": {
|
|
30
|
+
"guard": {
|
|
31
|
+
"SuppressedRules": [
|
|
32
|
+
"DYNAMODB_TABLE_ENCRYPTED_KMS"
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
}
|
|
29
36
|
},
|
|
30
37
|
"testapigatewaydynamodbadditionalrequesttemplatesApiAccessLogGroupAF75D750": {
|
|
31
38
|
"Type": "AWS::Logs::LogGroup",
|
|
@@ -108,6 +115,13 @@
|
|
|
108
115
|
},
|
|
109
116
|
"StageName": "prod",
|
|
110
117
|
"TracingEnabled": true
|
|
118
|
+
},
|
|
119
|
+
"Metadata": {
|
|
120
|
+
"guard": {
|
|
121
|
+
"SuppressedRules": [
|
|
122
|
+
"API_GW_CACHE_ENABLED_AND_ENCRYPTED"
|
|
123
|
+
]
|
|
124
|
+
}
|
|
111
125
|
}
|
|
112
126
|
},
|
|
113
127
|
"testapigatewaydynamodbadditionalrequesttemplatesRestApiidA77CCE90": {
|
|
@@ -293,6 +307,13 @@
|
|
|
293
307
|
"PolicyName": "LambdaRestApiCloudWatchRolePolicy"
|
|
294
308
|
}
|
|
295
309
|
]
|
|
310
|
+
},
|
|
311
|
+
"Metadata": {
|
|
312
|
+
"guard": {
|
|
313
|
+
"SuppressedRules": [
|
|
314
|
+
"IAM_NO_INLINE_POLICY_CHECK"
|
|
315
|
+
]
|
|
316
|
+
}
|
|
296
317
|
}
|
|
297
318
|
},
|
|
298
319
|
"testapigatewaydynamodbadditionalrequesttemplatesLambdaRestApiAccount8891474D": {
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"validateOnSynth": false,
|
|
67
67
|
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-deploy-role-${AWS::AccountId}-${AWS::Region}",
|
|
68
68
|
"cloudFormationExecutionRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-cfn-exec-role-${AWS::AccountId}-${AWS::Region}",
|
|
69
|
-
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/
|
|
69
|
+
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/c1f89fac324fa0361cd7c9ca391df0ba72b2b4886d485200fc181fafa7221098.json",
|
|
70
70
|
"requiresBootstrapStackVersion": 6,
|
|
71
71
|
"bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
|
|
72
72
|
"additionalDependencies": [
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"constructInfo": {
|
|
43
43
|
"fqn": "aws-cdk-lib.aws_dynamodb.CfnTable",
|
|
44
|
-
"version": "2.
|
|
44
|
+
"version": "2.150.0"
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"ScalingRole": {
|
|
@@ -49,13 +49,13 @@
|
|
|
49
49
|
"path": "apiddb-additional-request-templates/existing-table/ScalingRole",
|
|
50
50
|
"constructInfo": {
|
|
51
51
|
"fqn": "aws-cdk-lib.Resource",
|
|
52
|
-
"version": "2.
|
|
52
|
+
"version": "2.150.0"
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
"constructInfo": {
|
|
57
57
|
"fqn": "aws-cdk-lib.aws_dynamodb.Table",
|
|
58
|
-
"version": "2.
|
|
58
|
+
"version": "2.150.0"
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
61
|
"test-api-gateway-dynamodb-additional-request-templates": {
|
|
@@ -75,13 +75,13 @@
|
|
|
75
75
|
},
|
|
76
76
|
"constructInfo": {
|
|
77
77
|
"fqn": "aws-cdk-lib.aws_logs.CfnLogGroup",
|
|
78
|
-
"version": "2.
|
|
78
|
+
"version": "2.150.0"
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
81
|
},
|
|
82
82
|
"constructInfo": {
|
|
83
83
|
"fqn": "aws-cdk-lib.aws_logs.LogGroup",
|
|
84
|
-
"version": "2.
|
|
84
|
+
"version": "2.150.0"
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
87
|
"RestApi": {
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
},
|
|
105
105
|
"constructInfo": {
|
|
106
106
|
"fqn": "aws-cdk-lib.aws_apigateway.CfnRestApi",
|
|
107
|
-
"version": "2.
|
|
107
|
+
"version": "2.150.0"
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
110
|
"Deployment": {
|
|
@@ -125,13 +125,13 @@
|
|
|
125
125
|
},
|
|
126
126
|
"constructInfo": {
|
|
127
127
|
"fqn": "aws-cdk-lib.aws_apigateway.CfnDeployment",
|
|
128
|
-
"version": "2.
|
|
128
|
+
"version": "2.150.0"
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
131
|
},
|
|
132
132
|
"constructInfo": {
|
|
133
133
|
"fqn": "aws-cdk-lib.aws_apigateway.Deployment",
|
|
134
|
-
"version": "2.
|
|
134
|
+
"version": "2.150.0"
|
|
135
135
|
}
|
|
136
136
|
},
|
|
137
137
|
"DeploymentStage.prod": {
|
|
@@ -173,13 +173,13 @@
|
|
|
173
173
|
},
|
|
174
174
|
"constructInfo": {
|
|
175
175
|
"fqn": "aws-cdk-lib.aws_apigateway.CfnStage",
|
|
176
|
-
"version": "2.
|
|
176
|
+
"version": "2.150.0"
|
|
177
177
|
}
|
|
178
178
|
}
|
|
179
179
|
},
|
|
180
180
|
"constructInfo": {
|
|
181
181
|
"fqn": "aws-cdk-lib.aws_apigateway.Stage",
|
|
182
|
-
"version": "2.
|
|
182
|
+
"version": "2.150.0"
|
|
183
183
|
}
|
|
184
184
|
},
|
|
185
185
|
"Endpoint": {
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"path": "apiddb-additional-request-templates/test-api-gateway-dynamodb-additional-request-templates/RestApi/Endpoint",
|
|
188
188
|
"constructInfo": {
|
|
189
189
|
"fqn": "aws-cdk-lib.CfnOutput",
|
|
190
|
-
"version": "2.
|
|
190
|
+
"version": "2.150.0"
|
|
191
191
|
}
|
|
192
192
|
},
|
|
193
193
|
"Default": {
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
},
|
|
219
219
|
"constructInfo": {
|
|
220
220
|
"fqn": "aws-cdk-lib.aws_apigateway.CfnResource",
|
|
221
|
-
"version": "2.
|
|
221
|
+
"version": "2.150.0"
|
|
222
222
|
}
|
|
223
223
|
},
|
|
224
224
|
"GET": {
|
|
@@ -325,25 +325,25 @@
|
|
|
325
325
|
},
|
|
326
326
|
"constructInfo": {
|
|
327
327
|
"fqn": "aws-cdk-lib.aws_apigateway.CfnMethod",
|
|
328
|
-
"version": "2.
|
|
328
|
+
"version": "2.150.0"
|
|
329
329
|
}
|
|
330
330
|
}
|
|
331
331
|
},
|
|
332
332
|
"constructInfo": {
|
|
333
333
|
"fqn": "aws-cdk-lib.aws_apigateway.Method",
|
|
334
|
-
"version": "2.
|
|
334
|
+
"version": "2.150.0"
|
|
335
335
|
}
|
|
336
336
|
}
|
|
337
337
|
},
|
|
338
338
|
"constructInfo": {
|
|
339
339
|
"fqn": "aws-cdk-lib.aws_apigateway.Resource",
|
|
340
|
-
"version": "2.
|
|
340
|
+
"version": "2.150.0"
|
|
341
341
|
}
|
|
342
342
|
}
|
|
343
343
|
},
|
|
344
344
|
"constructInfo": {
|
|
345
345
|
"fqn": "aws-cdk-lib.aws_apigateway.ResourceBase",
|
|
346
|
-
"version": "2.
|
|
346
|
+
"version": "2.150.0"
|
|
347
347
|
}
|
|
348
348
|
},
|
|
349
349
|
"UsagePlan": {
|
|
@@ -371,19 +371,19 @@
|
|
|
371
371
|
},
|
|
372
372
|
"constructInfo": {
|
|
373
373
|
"fqn": "aws-cdk-lib.aws_apigateway.CfnUsagePlan",
|
|
374
|
-
"version": "2.
|
|
374
|
+
"version": "2.150.0"
|
|
375
375
|
}
|
|
376
376
|
}
|
|
377
377
|
},
|
|
378
378
|
"constructInfo": {
|
|
379
379
|
"fqn": "aws-cdk-lib.aws_apigateway.UsagePlan",
|
|
380
|
-
"version": "2.
|
|
380
|
+
"version": "2.150.0"
|
|
381
381
|
}
|
|
382
382
|
}
|
|
383
383
|
},
|
|
384
384
|
"constructInfo": {
|
|
385
385
|
"fqn": "aws-cdk-lib.aws_apigateway.RestApi",
|
|
386
|
-
"version": "2.
|
|
386
|
+
"version": "2.150.0"
|
|
387
387
|
}
|
|
388
388
|
},
|
|
389
389
|
"LambdaRestApiCloudWatchRole": {
|
|
@@ -395,7 +395,7 @@
|
|
|
395
395
|
"path": "apiddb-additional-request-templates/test-api-gateway-dynamodb-additional-request-templates/LambdaRestApiCloudWatchRole/ImportLambdaRestApiCloudWatchRole",
|
|
396
396
|
"constructInfo": {
|
|
397
397
|
"fqn": "aws-cdk-lib.Resource",
|
|
398
|
-
"version": "2.
|
|
398
|
+
"version": "2.150.0"
|
|
399
399
|
}
|
|
400
400
|
},
|
|
401
401
|
"Resource": {
|
|
@@ -462,13 +462,13 @@
|
|
|
462
462
|
},
|
|
463
463
|
"constructInfo": {
|
|
464
464
|
"fqn": "aws-cdk-lib.aws_iam.CfnRole",
|
|
465
|
-
"version": "2.
|
|
465
|
+
"version": "2.150.0"
|
|
466
466
|
}
|
|
467
467
|
}
|
|
468
468
|
},
|
|
469
469
|
"constructInfo": {
|
|
470
470
|
"fqn": "aws-cdk-lib.aws_iam.Role",
|
|
471
|
-
"version": "2.
|
|
471
|
+
"version": "2.150.0"
|
|
472
472
|
}
|
|
473
473
|
},
|
|
474
474
|
"LambdaRestApiAccount": {
|
|
@@ -487,7 +487,7 @@
|
|
|
487
487
|
},
|
|
488
488
|
"constructInfo": {
|
|
489
489
|
"fqn": "aws-cdk-lib.aws_apigateway.CfnAccount",
|
|
490
|
-
"version": "2.
|
|
490
|
+
"version": "2.150.0"
|
|
491
491
|
}
|
|
492
492
|
},
|
|
493
493
|
"api-gateway-role": {
|
|
@@ -499,7 +499,7 @@
|
|
|
499
499
|
"path": "apiddb-additional-request-templates/test-api-gateway-dynamodb-additional-request-templates/api-gateway-role/Importapi-gateway-role",
|
|
500
500
|
"constructInfo": {
|
|
501
501
|
"fqn": "aws-cdk-lib.Resource",
|
|
502
|
-
"version": "2.
|
|
502
|
+
"version": "2.150.0"
|
|
503
503
|
}
|
|
504
504
|
},
|
|
505
505
|
"Resource": {
|
|
@@ -524,7 +524,7 @@
|
|
|
524
524
|
},
|
|
525
525
|
"constructInfo": {
|
|
526
526
|
"fqn": "aws-cdk-lib.aws_iam.CfnRole",
|
|
527
|
-
"version": "2.
|
|
527
|
+
"version": "2.150.0"
|
|
528
528
|
}
|
|
529
529
|
},
|
|
530
530
|
"DefaultPolicy": {
|
|
@@ -562,25 +562,25 @@
|
|
|
562
562
|
},
|
|
563
563
|
"constructInfo": {
|
|
564
564
|
"fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
|
|
565
|
-
"version": "2.
|
|
565
|
+
"version": "2.150.0"
|
|
566
566
|
}
|
|
567
567
|
}
|
|
568
568
|
},
|
|
569
569
|
"constructInfo": {
|
|
570
570
|
"fqn": "aws-cdk-lib.aws_iam.Policy",
|
|
571
|
-
"version": "2.
|
|
571
|
+
"version": "2.150.0"
|
|
572
572
|
}
|
|
573
573
|
}
|
|
574
574
|
},
|
|
575
575
|
"constructInfo": {
|
|
576
576
|
"fqn": "aws-cdk-lib.aws_iam.Role",
|
|
577
|
-
"version": "2.
|
|
577
|
+
"version": "2.150.0"
|
|
578
578
|
}
|
|
579
579
|
}
|
|
580
580
|
},
|
|
581
581
|
"constructInfo": {
|
|
582
582
|
"fqn": "@aws-solutions-constructs/aws-apigateway-dynamodb.ApiGatewayToDynamoDB",
|
|
583
|
-
"version": "2.
|
|
583
|
+
"version": "2.63.0"
|
|
584
584
|
}
|
|
585
585
|
},
|
|
586
586
|
"Integ": {
|
|
@@ -596,7 +596,7 @@
|
|
|
596
596
|
"path": "apiddb-additional-request-templates/Integ/DefaultTest/Default",
|
|
597
597
|
"constructInfo": {
|
|
598
598
|
"fqn": "constructs.Construct",
|
|
599
|
-
"version": "10.
|
|
599
|
+
"version": "10.3.0"
|
|
600
600
|
}
|
|
601
601
|
},
|
|
602
602
|
"DeployAssert": {
|
|
@@ -608,7 +608,7 @@
|
|
|
608
608
|
"path": "apiddb-additional-request-templates/Integ/DefaultTest/DeployAssert/BootstrapVersion",
|
|
609
609
|
"constructInfo": {
|
|
610
610
|
"fqn": "aws-cdk-lib.CfnParameter",
|
|
611
|
-
"version": "2.
|
|
611
|
+
"version": "2.150.0"
|
|
612
612
|
}
|
|
613
613
|
},
|
|
614
614
|
"CheckBootstrapVersion": {
|
|
@@ -616,25 +616,25 @@
|
|
|
616
616
|
"path": "apiddb-additional-request-templates/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion",
|
|
617
617
|
"constructInfo": {
|
|
618
618
|
"fqn": "aws-cdk-lib.CfnRule",
|
|
619
|
-
"version": "2.
|
|
619
|
+
"version": "2.150.0"
|
|
620
620
|
}
|
|
621
621
|
}
|
|
622
622
|
},
|
|
623
623
|
"constructInfo": {
|
|
624
624
|
"fqn": "aws-cdk-lib.Stack",
|
|
625
|
-
"version": "2.
|
|
625
|
+
"version": "2.150.0"
|
|
626
626
|
}
|
|
627
627
|
}
|
|
628
628
|
},
|
|
629
629
|
"constructInfo": {
|
|
630
630
|
"fqn": "@aws-cdk/integ-tests-alpha.IntegTestCase",
|
|
631
|
-
"version": "2.
|
|
631
|
+
"version": "2.150.0-alpha.0"
|
|
632
632
|
}
|
|
633
633
|
}
|
|
634
634
|
},
|
|
635
635
|
"constructInfo": {
|
|
636
636
|
"fqn": "@aws-cdk/integ-tests-alpha.IntegTest",
|
|
637
|
-
"version": "2.
|
|
637
|
+
"version": "2.150.0-alpha.0"
|
|
638
638
|
}
|
|
639
639
|
},
|
|
640
640
|
"BootstrapVersion": {
|
|
@@ -642,7 +642,7 @@
|
|
|
642
642
|
"path": "apiddb-additional-request-templates/BootstrapVersion",
|
|
643
643
|
"constructInfo": {
|
|
644
644
|
"fqn": "aws-cdk-lib.CfnParameter",
|
|
645
|
-
"version": "2.
|
|
645
|
+
"version": "2.150.0"
|
|
646
646
|
}
|
|
647
647
|
},
|
|
648
648
|
"CheckBootstrapVersion": {
|
|
@@ -650,13 +650,13 @@
|
|
|
650
650
|
"path": "apiddb-additional-request-templates/CheckBootstrapVersion",
|
|
651
651
|
"constructInfo": {
|
|
652
652
|
"fqn": "aws-cdk-lib.CfnRule",
|
|
653
|
-
"version": "2.
|
|
653
|
+
"version": "2.150.0"
|
|
654
654
|
}
|
|
655
655
|
}
|
|
656
656
|
},
|
|
657
657
|
"constructInfo": {
|
|
658
658
|
"fqn": "aws-cdk-lib.Stack",
|
|
659
|
-
"version": "2.
|
|
659
|
+
"version": "2.150.0"
|
|
660
660
|
}
|
|
661
661
|
},
|
|
662
662
|
"Tree": {
|
|
@@ -664,13 +664,13 @@
|
|
|
664
664
|
"path": "Tree",
|
|
665
665
|
"constructInfo": {
|
|
666
666
|
"fqn": "constructs.Construct",
|
|
667
|
-
"version": "10.
|
|
667
|
+
"version": "10.3.0"
|
|
668
668
|
}
|
|
669
669
|
}
|
|
670
670
|
},
|
|
671
671
|
"constructInfo": {
|
|
672
672
|
"fqn": "aws-cdk-lib.App",
|
|
673
|
-
"version": "2.
|
|
673
|
+
"version": "2.150.0"
|
|
674
674
|
}
|
|
675
675
|
}
|
|
676
676
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "36.0.0",
|
|
3
3
|
"files": {
|
|
4
|
-
"
|
|
4
|
+
"4804e8c59725697b124b541b393aa09fbf196ce6323e4548cd26144223d2da6f": {
|
|
5
5
|
"source": {
|
|
6
6
|
"path": "apiddb-apigateway-dynamodb-CRUD.template.json",
|
|
7
7
|
"packaging": "file"
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"destinations": {
|
|
10
10
|
"current_account-current_region": {
|
|
11
11
|
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
|
|
12
|
-
"objectKey": "
|
|
12
|
+
"objectKey": "4804e8c59725697b124b541b393aa09fbf196ce6323e4548cd26144223d2da6f.json",
|
|
13
13
|
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
|
|
14
14
|
}
|
|
15
15
|
}
|
|
@@ -25,7 +25,14 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"UpdateReplacePolicy": "Retain",
|
|
28
|
-
"DeletionPolicy": "Retain"
|
|
28
|
+
"DeletionPolicy": "Retain",
|
|
29
|
+
"Metadata": {
|
|
30
|
+
"guard": {
|
|
31
|
+
"SuppressedRules": [
|
|
32
|
+
"DYNAMODB_TABLE_ENCRYPTED_KMS"
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
}
|
|
29
36
|
},
|
|
30
37
|
"testapigatewaydynamodbApiAccessLogGroup3F457756": {
|
|
31
38
|
"Type": "AWS::Logs::LogGroup",
|
|
@@ -111,6 +118,13 @@
|
|
|
111
118
|
},
|
|
112
119
|
"StageName": "prod",
|
|
113
120
|
"TracingEnabled": true
|
|
121
|
+
},
|
|
122
|
+
"Metadata": {
|
|
123
|
+
"guard": {
|
|
124
|
+
"SuppressedRules": [
|
|
125
|
+
"API_GW_CACHE_ENABLED_AND_ENCRYPTED"
|
|
126
|
+
]
|
|
127
|
+
}
|
|
114
128
|
}
|
|
115
129
|
},
|
|
116
130
|
"testapigatewaydynamodbRestApiid78018D34": {
|
|
@@ -536,6 +550,13 @@
|
|
|
536
550
|
"PolicyName": "LambdaRestApiCloudWatchRolePolicy"
|
|
537
551
|
}
|
|
538
552
|
]
|
|
553
|
+
},
|
|
554
|
+
"Metadata": {
|
|
555
|
+
"guard": {
|
|
556
|
+
"SuppressedRules": [
|
|
557
|
+
"IAM_NO_INLINE_POLICY_CHECK"
|
|
558
|
+
]
|
|
559
|
+
}
|
|
539
560
|
}
|
|
540
561
|
},
|
|
541
562
|
"testapigatewaydynamodbLambdaRestApiAccount3608999D": {
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"validateOnSynth": false,
|
|
67
67
|
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-deploy-role-${AWS::AccountId}-${AWS::Region}",
|
|
68
68
|
"cloudFormationExecutionRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-cfn-exec-role-${AWS::AccountId}-${AWS::Region}",
|
|
69
|
-
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/
|
|
69
|
+
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/4804e8c59725697b124b541b393aa09fbf196ce6323e4548cd26144223d2da6f.json",
|
|
70
70
|
"requiresBootstrapStackVersion": 6,
|
|
71
71
|
"bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
|
|
72
72
|
"additionalDependencies": [
|