Skip to content

SimpleTable

Jefford Mamacus edited this page Sep 16, 2020 · 1 revision

This class represents a simple DynamoDB table

from sammy import SimpleTable

ddb = SimpleTable('maintable',PrimaryKey={'Name':'_id','Type':'String'})
Clone this wiki locally