Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Resources:
  2. CognitoUserPool:
  3. Type: AWS::Cognito::UserPool
  4. Properties:
  5. UserPoolName: ${self:custom.service}-${self:custom.stage}-UserPool
  6. AdminCreateUserConfig:
  7. InviteMessageTemplate:
  8. EmailMessage: "Your username is {username} and temporary password is {####}."
  9. EmailSubject: "Your temporary password"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement