Skip to content

Instantly share code, notes, and snippets.

@kevinhooke
Created January 20, 2022 00:57
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 kevinhooke/fe4bbcdfdb3080c56bd79637bb37f09f to your computer and use it in GitHub Desktop.
Save kevinhooke/fe4bbcdfdb3080c56bd79637bb37f09f to your computer and use it in GitHub Desktop.
AWS API Gateway 403 "MIssing authentication token"
Calling an api that doesn't exist in your API Gateway will return a 403 with the rather misleading response:
{
"message": "Missing Authentication Token"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment