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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ