Skip to content

Commit

Permalink
Switch ses:SendRawEmail policy to ses:SendEmail
Browse files Browse the repository at this point in the history
Should've been part of commit 70a848e.
  • Loading branch information
mbland committed May 25, 2023
1 parent 70a848e commit 6bb254e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Resources:
Sid: SESSendEmailPolicy
Effect: Allow
Action:
- "ses:SendRawEmail"
- "ses:SendEmail"
- "ses:SendBounce"
Resource:
- !Sub "arn:${AWS::Partition}:ses:${AWS::Region}:${AWS::AccountId}:identity/${EmailDomainName}"
Expand Down

0 comments on commit 6bb254e

Please sign in to comment.