Listify/Tooling/aws_method_request_passthrough.json
NMerz f576307e0a Set up initial Lambda sturucture with Cognito
Create demo Lambda/Gateway pair with Cognito integration
2020-09-20 16:26:13 -04:00

7 lines
139 B
JSON

{
"body": $input.json('$'),
"context" : {
"sub" : "$context.authorizer.claims.sub",
"email" : "$context.authorizer.claims.email"
}
}