Missing Authentication Token while accessing API Gateway?

前端 未结 18 1316
既然无缘
既然无缘 2020-12-08 12:51

I am trying to call a Lambda Function through AWS API Gateway. When I mention Authentication type NONE it works fine but API become public and anyone with url can access my

18条回答
  •  醉梦人生
    2020-12-08 13:27

    I just had the same issue and it seems it also shows this message if the resource cannot be found.

    In my case I had updated the API, but forgotten to redeploy. The issue was resolved after deploying the updated API to my stage.

提交回复
热议问题