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.
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.12.tar.gz
(5.3 kB
view details)
File details
Details for the file awsrequests-0.0.12.tar.gz.
File metadata
- Download URL: awsrequests-0.0.12.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a0ac744c209c476f2d61b0224f4add55f3df39464c2e1bb4d17d106af8daf5e
|
|
| MD5 |
ba2d493ed86d353531c4cf4b01e90ad9
|
|
| BLAKE2b-256 |
158eb029d3091c4ca7ad6820800399a320d95c8a489588a70779ae307a90effc
|