# Functions

MakeTable creates an Amazon DynamoDB table Inputs: sess is the current session, which provides configuration for the SDK's service clients attributeDefinitions describe the table's attributes keySchema defines the table schema provisionedThroughput defines the throughput tableName is the name of the table Output: If success, nil Otherwise, an error from the call to CreateTable.