Skip to content

Commit 3bbd371

Browse files
author
Bob Strahan
committed
Add CDK Nag suppression for IAM policy complexity in pattern-2 template
1 parent df779e4 commit 3bbd371

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

patterns/pattern-2/template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,6 +1046,8 @@ Resources:
10461046
reason: "Function does not require concurrent execution limits as it is designed to scale based on demand"
10471047
- id: W11
10481048
reason: "Cloudwatch does not support resource-level permissions, and Bedrock should support any enabled Bedrock model_id or inference profile"
1049+
- id: W76
1050+
reason: "Suppressing W76: SPCM for IAM policy document is higher than 25"
10491051
# checkov:skip=CKV_AWS_116: "DLQ not required for this function as StepFunctions will handle retries"
10501052
# checkov:skip=CKV_AWS_173: "Environment variables do not contain sensitive data - only configuration values like feature flags and non-sensitive settings"
10511053
# checkov:skip=CKV_AWS_117: "Function does not require VPC access as it only interacts with AWS services via APIs"

0 commit comments

Comments
 (0)