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.
Create an instance of the class
from DynamoWrapper.wrapper import DynamoDBInstance
mytable = DynamoDBInstance('mydynamodbtable')
myitem = mytable.read_table_item('definedTableKey', value)
print(myitem)