Missing Authentication Token while accessing API Gateway?

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

    In my case it was quite a stupid thing. I've get used that new entities are created using POST and it was failing with "Missing Authentication Token". I've missed that for some reason it was defined as PUT which is working fine.

提交回复
热议问题