Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteAllItemsInTable ¶
func DeleteAllItemsInTable() error
func InitializeDynamoDb ¶ added in v1.4.1
func InitializeDynamoDb() error
func InitializeDynamoDbWithEndpoint ¶ added in v1.4.1
Types ¶
type DynamoDber ¶ added in v1.4.1
type DynamoDber interface { Describe(tableName string) (*dynamodb.DescribeTableOutput, error) Scan(*dynamodb.ScanInput) chan []map[string]types.AttributeValue BatchWrite(requestItems map[string][]types.WriteRequest) error }
func GetService ¶ added in v1.4.1
func GetService() DynamoDber
Click to show internal directories.
Click to hide internal directories.