Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When creating a default app and publishing it I get {"message":"Missing Authentication Token"} #16

Open
hortinstein opened this issue Oct 14, 2015 · 1 comment

Comments

@hortinstein
Copy link

{"message":"Missing Authentication Token"}

I checked and the authentication options are all

     "AuthorizationType": "none",
      "ApiKeyRequired": false,

What am I missing?

@eahefnawy
Copy link
Member

Yeah I remember I got that error too when I deployed/tested the lambda. There was a bug in my code causing the error. Unfortunately the error had nothing to do with authentication :). I guess AWS is not super clear about that.

I suggest you check the logs after you test the lambda. You'll find lots of clues there. Just keep in mind that it doesn't have to be an authentication issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants