amazon web services - Getting error: Missing Authentication Token after AWS API request -


i trying call lambda function through aws api gateway.

i've been getting error when tried iam authentication, api key authentication , no authentication. enter image description here

{"message":"missing authentication token"} 

some people had same problem due non existing endpoint. however, i've taken endpoint directly lambda function aws console. enter image description here

i've been trying open url in browser , on postman (with , without header authentication: x-api-key: *****************). enter image description here

both responded above stated error.

one more step: in postman, need set authorization aws signature, , enter accesskey , secretkey iam user:

postman screenshot postman screenshot


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -