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.
2 parents 3e8b6f6 + ba86426 commit a265e06Copy full SHA for a265e06
patterns/pattern-1/template.yaml
@@ -1176,6 +1176,8 @@ Resources:
1176
reason: "Function does not require VPC access as it only interacts with AWS services via APIs"
1177
- id: W92
1178
reason: "Function does not require reserved concurrency as it scales based on demand"
1179
+ - id: W58
1180
+ reason: "Lambda function has CloudWatch Logs permissions via AWSLambdaBasicExecutionRole managed policy"
1181
# checkov:skip=CKV_AWS_116: "DLQ not required for Cfn Custom Resource function"
1182
# checkov:skip=CKV_AWS_117: "Function does not require VPC access as it only interacts with AWS services via APIs"
1183
# checkov:skip=CKV_AWS_115: "Function does not require reserved concurrency as it scales based on demand"
0 commit comments