Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a wrapper around the DynamoDB client and also holds the table to lookup key value pairs from
func NewDynamoDBClient ¶
NewDynamoDBClient returns an *dynamodb.Client with a connection to the region configured via the AWS_REGION environment variable. It returns an error if the connection cannot be made or the table does not exist.
Click to show internal directories.
Click to hide internal directories.