Documentation
¶
Overview ¶
Package dynamox contains DynamoDB utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AttrAs ¶
func AttrAs[T types.AttributeValue]( item map[string]types.AttributeValue, name string, ) (v T, err error)
AttrAs fetches an attribute of type T from an item.
It returns an error if the item is absent or a different type.
func DeleteTableIfNotExists ¶
DeleteTableIfNotExists deletes a DynamoDB table if it does not exist.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.