Skip to content

Instantly share code, notes, and snippets.

@mbejda
Created March 3, 2019 15:39
Show Gist options
  • Save mbejda/f772e7a332303c4f1e62fbcab9cef15a to your computer and use it in GitHub Desktop.
Save mbejda/f772e7a332303c4f1e62fbcab9cef15a to your computer and use it in GitHub Desktop.
Cognito Post Confirmation Event JSON
{
"version": "1",
"region": "",
"userPoolId": "",
"userName": "",
"callerContext": {
"awsSdkVersion": "",
"clientId": ""
},
"triggerSource": "",
"request": {
"userAttributes": {
"sub": "",
"cognito:user_status": "CONFIRMED",
"email_verified": "true",
"cognito:email_alias": "",
"phone_number_verified": "",
"phone_number": "",
"email": ""
}
},
"response": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment