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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ Resources:
134
134
reason: "Function does not require DLQ as processing and retries are handled by the IDP framework"
135
135
- id: W11
136
136
reason: "Allow * resource on its permissions policy for CloudWatch metrics"
137
-
# checkov:skip=CKV_AWS_116: "Function does not require DLQ"
137
+
# checkov:skip=CKV_AWS_116: "Function does not require DLQ as processing and retries are handled by the IDP framework"
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