amazon web services - Issue in invoking AWS Lambda function with API Gateway -


i have created aws lambda function , api gateway invoke function.

in resource tab of apigateway, if invoke test, test passed , return 200 status if deploy api , invoke url mentioned there, got following error:

{"message":"missing authentication token"}

please let me know if need pass more information.

if methods defined on child resources , not on root resource itself, choosing invoke url link return {"message":"missing authentication token"} error response. in case, must append name of specific child resource invoke url link. means along url generated api gateway append resourse name.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -