Missing Authentication Token while accessing API Gateway?

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

    Make sure you create Resource and then create method inside it. That was the issue for me. Thanks

提交回复
热议问题