Skip to content

Commit daf7029

Browse files
author
Daniel Lorch
committed
chore: cfn_nag allow * resource on its permissions policy
1 parent 2d630ad commit daf7029

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/dynamic-few-shot-lambda/template.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ Resources:
7878
reason: "Demo function - does not require reserved concurrency as it scales based on demand"
7979
- id: W58
8080
reason: "Demo function - DLQ not required"
81+
- id: W11
82+
reason: "Demo function - allow * resource on its permissions policy"
8183
# checkov:skip=CKV_AWS_116: "DLQ not required for AppSync resolver function as GraphQL handles retries"
8284
# checkov:skip=CKV_AWS_117: "Function does not require VPC access as it only interacts with AWS services via APIs"
8385
# checkov:skip=CKV_AWS_115: "Function does not require reserved concurrency as it scales based on demand"

0 commit comments

Comments
 (0)