Documentation ¶
Index ¶
- func CreateEntityHandler[T record](table tableDefinition, ddbClient *dynamodb.Client) entityHandler[T]
- func CreateIndex(partitionKeyAttribute string, sortKeyAttribute string) index
- func CreateTableDefinition(tableName string, options ...func(*tableDefinition)) tableDefinition
- func WithSecondaryIndex(name string, index index) func(*tableDefinition)
- func WithTableIndex(index index) func(*tableDefinition)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateEntityHandler ¶
func CreateIndex ¶
func CreateTableDefinition ¶
func CreateTableDefinition(tableName string, options ...func(*tableDefinition)) tableDefinition
func WithSecondaryIndex ¶
func WithSecondaryIndex(name string, index index) func(*tableDefinition)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.