Skip to content

Commit

Permalink
Update lambda-auth event with the correct request authorization event…
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinold authored Nov 17, 2022
1 parent 0c05c63 commit ef1f5eb
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
{
"authorizedToken": "custom-authorized"
}
"authorizationToken": "ExampleAUTHtoken123123123",
"requestContext": {
"apiId": "aaaaaa123123123example123",
"accountId": "111122223333",
"requestId": "f4081827-1111-4444-5555-5cf4695f339f",
"queryString": "mutation CreateEvent {...}\n\nquery MyQuery {...}\n",
"operationName": "MyQuery",
"variables": {}
}
}

0 comments on commit ef1f5eb

Please sign in to comment.