Missing Authentication Token while accessing API Gateway?

前端 未结 18 1493
既然无缘
既然无缘 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:18

    Make sure you are clicking on the specific Resource first in the Stages tree, as that will populate a URL with the full path to the resource (rather than just the root path):

    For other causes, see http://www.awslessons.com/2017/aws-api-gateway-missing-authentication-token/

提交回复
热议问题