sending http request to API gateway from my frontend using IAM authorization

0

so, i created a cognito user pool and identity pool to sign in to my application. I got my access key, secret key and session token from identity pool. Now i want to send http post request to my API gateway which has IAM authorization. So in order to send request do i have to create a signature using signature v4 process or is there a resource in aws-sdk that can do it for me ?

1 回答
2

You will need to sign the request yourself. This is an example of how to do it in Python.

profile pictureAWS
专家
Uri
已回答 2 年前
profile pictureAWS
专家
Chris_G
已审核 2 年前

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

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

回答问题的准则