@aws-solutions-constructs/aws-cloudfront-apigateway-lambda 2.63.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 +7 -7
- package/lib/index.js +1 -1
- package/package.json +8 -8
- package/test/integ.cftaplam-customCloudfrontLoggingBucket.js.snapshot/cftaplam-customCloudfrontLoggingBucket.assets.json +2 -2
- package/test/integ.cftaplam-customCloudfrontLoggingBucket.js.snapshot/cftaplam-customCloudfrontLoggingBucket.template.json +21 -0
- package/test/integ.cftaplam-customCloudfrontLoggingBucket.js.snapshot/manifest.json +1 -1
- package/test/integ.cftaplam-customCloudfrontLoggingBucket.js.snapshot/tree.json +77 -77
- package/test/integ.cftaplam-no-arguments.js.snapshot/cftaplam-no-arguments.assets.json +2 -2
- package/test/integ.cftaplam-no-arguments.js.snapshot/cftaplam-no-arguments.template.json +21 -0
- package/test/integ.cftaplam-no-arguments.js.snapshot/manifest.json +1 -1
- package/test/integ.cftaplam-no-arguments.js.snapshot/tree.json +77 -77
- package/test/integ.cftaplam-override-behavior.js.snapshot/cftaplam-override-behavior.assets.json +2 -2
- package/test/integ.cftaplam-override-behavior.js.snapshot/cftaplam-override-behavior.template.json +21 -0
- package/test/integ.cftaplam-override-behavior.js.snapshot/manifest.json +1 -1
- package/test/integ.cftaplam-override-behavior.js.snapshot/tree.json +81 -81
package/test/integ.cftaplam-override-behavior.js.snapshot/cftaplam-override-behavior.template.json
CHANGED
|
@@ -274,6 +274,13 @@
|
|
|
274
274
|
"PolicyName": "LambdaFunctionServiceRolePolicy"
|
|
275
275
|
}
|
|
276
276
|
]
|
|
277
|
+
},
|
|
278
|
+
"Metadata": {
|
|
279
|
+
"guard": {
|
|
280
|
+
"SuppressedRules": [
|
|
281
|
+
"IAM_NO_INLINE_POLICY_CHECK"
|
|
282
|
+
]
|
|
283
|
+
}
|
|
277
284
|
}
|
|
278
285
|
},
|
|
279
286
|
"cfapilambdaoverrideLambdaFunctionServiceRoleDefaultPolicy1A3D9202": {
|
|
@@ -443,6 +450,13 @@
|
|
|
443
450
|
},
|
|
444
451
|
"StageName": "prod",
|
|
445
452
|
"TracingEnabled": true
|
|
453
|
+
},
|
|
454
|
+
"Metadata": {
|
|
455
|
+
"guard": {
|
|
456
|
+
"SuppressedRules": [
|
|
457
|
+
"API_GW_CACHE_ENABLED_AND_ENCRYPTED"
|
|
458
|
+
]
|
|
459
|
+
}
|
|
446
460
|
}
|
|
447
461
|
},
|
|
448
462
|
"cfapilambdaoverrideLambdaRestApistaticC2ECB649": {
|
|
@@ -710,6 +724,13 @@
|
|
|
710
724
|
"PolicyName": "LambdaRestApiCloudWatchRolePolicy"
|
|
711
725
|
}
|
|
712
726
|
]
|
|
727
|
+
},
|
|
728
|
+
"Metadata": {
|
|
729
|
+
"guard": {
|
|
730
|
+
"SuppressedRules": [
|
|
731
|
+
"IAM_NO_INLINE_POLICY_CHECK"
|
|
732
|
+
]
|
|
733
|
+
}
|
|
713
734
|
}
|
|
714
735
|
},
|
|
715
736
|
"cfapilambdaoverrideLambdaRestApiAccountFB480D92": {
|
|
@@ -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}/87a36a8b090fc85cd9ace53402130e7b887b0625cfdf39f75d98e400159f4a5f.json",
|
|
70
70
|
"requiresBootstrapStackVersion": 6,
|
|
71
71
|
"bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
|
|
72
72
|
"additionalDependencies": [
|