Skip to content

fchevitarese/DynamodbWrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages