Skip to content

Commit

Permalink
after adding enviorment variable for pinpoint ID in post confirmation…
Browse files Browse the repository at this point in the history
… hook
  • Loading branch information
rahulprodigy committed Sep 2, 2020
1 parent 33ff694 commit d87e2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverless-docs-backend/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ functions:
role: { "Fn::GetAtt": ["LambdaServiceRole", "Arn"] }
environment:
EMAIL: ${self:custom.environment.emailConfig.verifiedEmailAddress}

PINPOINT_APPID: !Ref pinpointApp
preSignUpHook:
handler: functions/check-whitelist-domain.handler
role: { "Fn::GetAtt": ["LambdaServiceRole", "Arn"] }
Expand Down

0 comments on commit d87e2e6

Please sign in to comment.