I've created the following resources on API Gateway:
https:/myapp.execute-api.us-east-1.amazonaws.com/zzz/yyy/xxx
It Can be only used it with AWS Credentials which I have:
access_key :"access_example"
secret_key:"secret_example"
session_token: "session_example"
I know how to use it with postman, but not with python requests. Can you help me?
I tried passing the credentials in headers, but it didn't work.