arqam
arqam

Reputation: 3789

API Gateway Error : Site can't be reached

I followed the process from this video : here

I created the Lambda function, and the API, and when I am testing in the API Gateway editor, it is working properly. Giving status 200 and correct output.

enter image description here

Here when I deployed I gave the url + /opencv as said in the video, but the browser doesn't give any output and gave the result site not reachable.

enter image description here

I also tried without the resource /opencv and when I run the url which I get after deployment I get {"message":"Missing Authentication Token"} error.

So, how am I able to get the output while testing in the AWS tool as shown in the picture above but after deployment I am not able to get. What am I missing?

Upvotes: 2

Views: 2036

Answers (2)

Anatol Bivol
Anatol Bivol

Reputation: 993

For others that get the same issue. One solution is to wait a bit: I also had this error when first time deploying the API GW. It then started working fine ~5-10min later.

Upvotes: 0

Yash Bindlish
Yash Bindlish

Reputation: 600

Check Your Stages under Resources and verify the URL and try to create a new stage. i just followed the same steps and i can see it is working fine. In order to reproduce, i deleted the Stage and verified it gives me the error which you have mentioned. So try to reproduce the steps again by creating a new stage under resources as it will enable you to have auto new URL and then verify. Incase if it does not work, do share your stage Screenshot next time.

Upvotes: 1

Related Questions