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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -