Api Gateway with AWS_IAM authorizer | 403 Forbidden

0

I have an OCR service hosted in the below setup
API Gateway -> Lambda

I have enabled AWS_IAM Authorization on API Gateway, and for input data like JSON it's working as expected
However, when I choose to enable binary media types and try to upload Image to the same setup

The request is denied with status code 403 and error message as,
{"message": "The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details ...[TRUNCATED]"}

I do know that within API Gateway, there is the conversion of Headers and request body for binary inputs, which I believe is the main cause for this issue.
But this must be a standard setup and I must be missing something here.
Appreciate your help.

Update: this is not working only from POSTMAN, It works seamlessly via python requests and AWS4Auth

已提问 2 年前1172 查看次数
1 回答
1

This sounds like a problem in: X-Amz-Signature. I suggest you review the following documentation:

https://docs.aws.amazon.com/general/latest/gr/signature-v4-troubleshooting.html#signature-v4-troubleshooting-canonical-errors

profile picture
专家
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则