Skip to main content

For making signed requests to AWS API Gateway endpoints

Project description


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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

awsrequests-0.0.11.tar.gz (5.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page