asyncdynamo icon indicating copy to clipboard operation
asyncdynamo copied to clipboard

async Amazon DynamoDB library for Tornado

Results 5 asyncdynamo issues
Sort by recently updated
recently updated
newest added

I am trying to get asyncdynamo working but an having conflict between the boto's HTTPrequest and Tornado's. ``` > /usr/local/lib/python2.7/dist-packages/boto/auth.py(338)host_header() -> port = http_request.port (Pdb) http_request.port *** AttributeError: 'HTTPRequest' object...

Fix HTTPRequest conflict and added example requests

Hi... I see there haven't been any updates in a while? Is this considered feature complete and stable? Any plans to get this working with botocore? Thanks, James

I kept simplejson as the default (if installed), but fall back to the standard library json.

This provides many useful conversions between Dynamo-style json and sensible Python. We would also have to come up with a better name for it if we decided to integrate it...