Eximchain / terraform-aws-dappbot

Terraform infrastructure to run ABI Clerk
Other
0 stars 1 forks source link

Plug a custom email template in for the Cognito invitation email #96

Closed john-osullivan closed 5 years ago

john-osullivan commented 5 years ago

This PR:

  1. Creates a generic email template in cognito-messages/email.html
  2. Creates a dedicated file for the invitation message, cognito-invitation.tf which is responsible for plugging the arguments into the generic template.
  3. Directs the built template to a file for convenient development.
  4. Plugs these variables into the Cognito User Pool

Edit: How could I forget a screenshot?

image