Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamodb Wrapper

This class was inspired by this shared gist I found it when i was needing some operations, and decided to write a small class to make easy for me to access all the functions.

You need to configure AWS_KEY and AWS_SECRET at the wrapper.py file

Usage

Create an instance of the class

from DynamoWrapper.wrapper import DynamoDBInstance

mytable = DynamoDBInstance('mydynamodbtable')
myitem = mytable.read_table_item('definedTableKey', value)
print(myitem)

About

A DynamoDB class Wrapper to use in projects

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages