# Functions
CreateTable creates datastore.Table in dynamoDB.
DeleteTable deletes datastore.Table in dynamoDB.
ResetTable deletes and creates datastore.Table in dynamoDB.
ScanClientItemCounts scans the dynamoDB table and returns all client item counts.
ScanSyncEntities scans the dynamoDB table and returns all sync items.
ScanTagItems scans the dynamoDB table and returns all tag items.
# Structs
MockDatastore is used to mock datastorein tests.