Skip to content

Instantly share code, notes, and snippets.

@99darwin
Created June 12, 2019 01:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 99darwin/9dcab3527e0369c1400914fc0281aa51 to your computer and use it in GitHub Desktop.
Save 99darwin/9dcab3527e0369c1400914fc0281aa51 to your computer and use it in GitHub Desktop.
Test request for Cognito to DynamoDB Lambda Function
{
"userName": "johnnysmith",
"request": {
"userAttributes": {
"email": "exampleuser@example.com",
"email_verified": true,
"name": "Johnny Smith",
"sub": "abcdevfefe-1232132-cofeve"
}
},
"response": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment