Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Table ¶
Table contains the schema for a DynamoDB table
func NewTable ¶
func NewTable(desc *dynamodb.TableDescription) *Table
NewTable parses a dynamodb.TableDescription into a simplified Table schema nolint: dupl
func NewTableFromCreate ¶
func NewTableFromCreate(desc *dynamodb.CreateTableInput) *Table
NewTableFromCreate parses a dynamodb.CreateTableInput into a simplified Table schema nolint: dupl
type TableLoader ¶
type TableLoader struct {
// contains filtered or unexported fields
}
TableLoader is a loading cache of DynamoDB table schemas.
func NewTableLoader ¶
func NewTableLoader(dynamo dynamodbiface.DynamoDBAPI) *TableLoader
Click to show internal directories.
Click to hide internal directories.