Skip to content

djcrabhat/aws-requests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 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

make AWS API Gateway calls using python's requests library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages