package
0.0.2
Repository: https://github.com/mightyguava/dynamosql.git
Documentation: pkg.go.dev

# 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.