# Functions
NewTable parses a dynamodb.TableDescription into a simplified Table schema nolint: dupl.
NewTableFromCreate parses a dynamodb.CreateTableInput into a simplified Table schema nolint: dupl.
No description provided by the author
# Structs
Index is the schema for a secondary index.
Table contains the schema for a DynamoDB table.
TableLoader is a loading cache of DynamoDB table schemas.