Skip to content

bittorrent/kdyno

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

basic asynchronous dynamodb api layer

handles the new aws hmac signature and session token stuff

basic usage:

from kdyno.kdyno import KDyno
db = KDyno(AWS_ACCESS_KEY, AWS_SECRET_KEY)
@tornado.gen.engine
def do_thing():
    yield gen.Task( db.do_request, 'DescribeTable', {'TableName':'FOO'} )

About

amazon aws dynamodb python tornado asynchronous api

Resources

Stars

Watchers

Forks

Packages

No packages published