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
reason: "Cloudwatch does not support resource-level permissions"
978
+
- id: W89
979
+
reason: "This Lambda function does not require VPC access as it only interacts with AWS services via AWS APIs"
980
+
- id: W92
981
+
reason: "Function does not require concurrent execution limits as it is designed to scale based on demand"
982
+
# checkov:skip=CKV_AWS_116: "DLQ not required for this function as StepFunctions will handle retries"
983
+
# checkov:skip=CKV_AWS_173: "Environment variables do not contain sensitive data - only configuration values like feature flags and non-sensitive settings"
984
+
# checkov:skip=CKV_AWS_117: "Function does not require VPC access as it only interacts with AWS services via APIs"
985
+
# checkov:skip=CKV_AWS_115: "Function does not require reserved concurrency as it scales based on demand"
0 commit comments