Skip to content

Commit 949e630

Browse files
committed
Fix path in CFT so retry has access to the proper s3 prefix
1 parent 94fda6f commit 949e630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/logs_monitoring/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ Resources:
583583
Condition:
584584
StringLike:
585585
s3:prefix:
586-
- "retry/*"
586+
- "failed_events/*"
587587
- "log-group-cache/*"
588588
Effect: Allow
589589
- !Ref AWS::NoValue

0 commit comments

Comments
 (0)