Batching Requests to Amazon Web Services via pyaws
March 21, 2008
PyAWS (originally py-Amazon by Mark Pilgrim), is a neat, simple, Python API for getting requests from Amazon Web Services.
But it doesn’t let you do any batching: allowed by the Amazon Web Services API to reduce requests.
THe other day I wrote py_aws batch: which uses PyAWS as a springboard for batch requests. Which I think is really neat, so I’m sharing it with the community at large.
So here it is: pyaws_batch.py (Now Updated with right link!)