Skip to content

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 Answer
2
Accepted Answer

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

AWS
EXPERT

answered 4 years ago

AWS
EXPERT

reviewed 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.