Missing Authentication Token while accessing API Gateway?

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

    If you enable AWS_IAM authentication you must sign your request with AWS credentials using AWS Signature Version 4.

    Note: signing into the AWS console does not automatically sign your browser's requests to your API.

提交回复
热议问题