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.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.