Skip to content

Commit

Permalink
fix: CDS-1756 reduce permissions to region/account scope
Browse files Browse the repository at this point in the history
  • Loading branch information
cazorla19 committed Dec 31, 2024
1 parent 1003660 commit 07ec4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ Resources:
- lambda:UpdateEventSourceMapping
- lambda:GetFunctionConfiguration
- lambda:UpdateFunctionConfiguration
Resource: '*'
Resource: !Sub arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:*
- Statement:
- Sid: S3NotificationPolicy
Effect: Allow
Expand Down

0 comments on commit 07ec4c8

Please sign in to comment.