Skip to content

Commit

Permalink
payments webhook email access
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanT102 committed Nov 18, 2024
1 parent 47c436d commit 87d079d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions services/payments/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ provider:
- sns:Publish
Resource:
- ${self:provider.environment.SNS_TOPIC_ARN}
- Effect: Allow
Action:
- ses:SendRawEmail
Resource:
- "arn:aws:ses:us-west-2:432714361962:identity/[email protected]"
- "arn:aws:ses:us-west-2:432714361962:configuration-set/my-first-configuration-set"

custom: ${file(../../serverless.common.yml):custom}

Expand Down

0 comments on commit 87d079d

Please sign in to comment.