mirror of
https://github.com/ClaytonWWilson/Listify.git
synced 2025-12-15 18:28:47 +00:00
7 lines
139 B
JSON
7 lines
139 B
JSON
{
|
|
"body": $input.json('$'),
|
|
"context" : {
|
|
"sub" : "$context.authorizer.claims.sub",
|
|
"email" : "$context.authorizer.claims.email"
|
|
}
|
|
} |