awsm-org / awsm

AWSM: Amazon Web Services Modules – Re-usable, standardized and optimized Lambda functions ready for deployment and easy installation into serverless projects
170 stars 12 forks source link

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

Open hortinstein opened 8 years ago

hortinstein commented 8 years ago
{"message":"Missing Authentication Token"}

I checked and the authentication options are all

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

What am I missing?

eahefnawy commented 8 years ago

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.