Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BatchGetItem ¶
func BatchGetItem( client dynamodbiface.DynamoDBAPI, input *dynamodb.BatchGetItemInput, ) (*dynamodb.BatchGetItemOutput, error)
BatchGetItem reads multiple items from DynamoDB with paging of both the request and the response.
func BatchWriteItem ¶
func BatchWriteItem( client dynamodbiface.DynamoDBAPI, maxElapsedTime time.Duration, input *dynamodb.BatchWriteItemInput, ) error
BatchWriteItem writes items to Dynamo with paging, backoff, and auto-retry for failed items.
func GetDynamoItemSize ¶ added in v1.11.0
func GetDynamoItemSize(item map[string]*dynamodb.AttributeValue) int
GetDynamoItemSize calculates the size that dynamo considers the item to be
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.