We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f7466 commit ba86426Copy full SHA for ba86426
patterns/pattern-1/template.yaml
@@ -1168,6 +1168,8 @@ Resources:
1168
reason: "Function does not require VPC access as it only interacts with AWS services via APIs"
1169
- id: W92
1170
reason: "Function does not require reserved concurrency as it scales based on demand"
1171
+ - id: W58
1172
+ reason: "Lambda function has CloudWatch Logs permissions via AWSLambdaBasicExecutionRole managed policy"
1173
# checkov:skip=CKV_AWS_116: "DLQ not required for Cfn Custom Resource function"
1174
# checkov:skip=CKV_AWS_117: "Function does not require VPC access as it only interacts with AWS services via APIs"
1175
# checkov:skip=CKV_AWS_115: "Function does not require reserved concurrency as it scales based on demand"
0 commit comments