Skip to content

Commit

Permalink
Dev (#407)
Browse files Browse the repository at this point in the history
* add createdAt field to registration (#398)

* payments webhook email access

---------

Co-authored-by: Isabella Leroux <[email protected]>
  • Loading branch information
AllanT102 and isa-leroux448 authored Nov 18, 2024
1 parent c544018 commit ff8f2b6
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 ff8f2b6

Please sign in to comment.