Skip to content

making AWS4-HMAC-SHA256 signed HTTP calls with requests

Notifications You must be signed in to change notification settings

defond0/aws-requests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-requests

making AWS4-HMAC-SHA256 signed HTTP calls with requests

python:

from awsrequests import AwsRequester

req = AwsRequester("us-west-2")
req.get("http://myapigateway.whatever.com/")
req.post("http://myapigateway.whatever.com/",json=dict(my="data")

Credentials

AwsRequester can either have a key and secret passed in, or it will try to find creds in the same way boto3 would.

About

making AWS4-HMAC-SHA256 signed HTTP calls with requests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%