You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/dynamic-few-shot-lambda/template.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -127,14 +127,14 @@ Resources:
127
127
cfn_nag:
128
128
rules_to_suppress:
129
129
- id: W89
130
-
reason: "Demo function - does not require VPC access"
130
+
reason: "Function does not require VPC access as it only interacts with AWS services via APIs"
131
131
- id: W92
132
-
reason: "Demo function - does not require reserved concurrency as it scales based on demand"
132
+
reason: "Function does not require reserved concurrency as it scales based on demand"
133
133
- id: W58
134
-
reason: "Demo function - DLQ not required"
134
+
reason: "Function does not require DLQ as processing and retries are handled by the IDP framework"
135
135
- id: W11
136
-
reason: "Demo function - allow * resource on its permissions policy"
137
-
# checkov:skip=CKV_AWS_116: "DLQ not required for AppSync resolver function as GraphQL handles retries"
136
+
reason: "Allow * resource on its permissions policy for CloudWatch metrics"
137
+
# checkov:skip=CKV_AWS_116: "Function does not require DLQ"
138
138
# checkov:skip=CKV_AWS_117: "Function does not require VPC access as it only interacts with AWS services via APIs"
139
139
# checkov:skip=CKV_AWS_115: "Function does not require reserved concurrency as it scales based on demand"
140
140
# checkov:skip=CKV_AWS_173: "Environment variables do not contain sensitive data - only configuration values like feature flags and non-sensitive settings"
0 commit comments