Missing Authentication Token while accessing API Gateway?

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

    I had the same problem which I solved the following way:

    GET Method test

    https://54wtstq8d2.execute-api.ap-southeast-2.amazonaws.com/dev/echo/hello
    
    Authorization tab -> 
    •   select type(AWS signature)
    •   Add AccessKey and SecretKey
    

提交回复
热议问题