I have created a AWS Lambda function and a API Gateway to invoke that function.
In the Resource tab of the APIGateway, if I invoke test, then the test successfully passed and return 200 status but if I deploy the API and invoke the URL mentioned there, I got the following error:
{"message":"Missing Authentication Token"}
Please let me know if I need to pass more information.