Documentation
¶
Overview ¶
Package dynamox contains DynamoDB utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateTableIfNotExists ¶
func CreateTableIfNotExists( ctx context.Context, client *dynamodb.Client, table string, onRequest func(any) []func(*dynamodb.Options), key ...KeyAttr, ) error
CreateTableIfNotExists creates a DynamoDB table if it does not exist.
Types ¶
Click to show internal directories.
Click to hide internal directories.