package
0.4.1
Repository: https://github.com/kvtools/valkeyrie.git
Documentation: pkg.go.dev

# Functions

New opens and creates a new table.
Register register a store provider in valkeyrie for AWS DynamoDB.

# Constants

DefaultReadCapacityUnits default read capacity used to create table.
DefaultWriteCapacityUnits default write capacity used to create table.
DeleteTreeTimeoutSeconds the maximum time we retry a write batch.
TableCreateTimeoutSeconds the maximum time we wait for the AWS DynamoDB table to be created.

# Variables

ErrBucketOptionMissing is returned when bucket config option is missing.
ErrDeleteTreeTimeout delete batch timed out.
ErrLockAcquireCancelled stop called before lock was acquired.
ErrMultipleEndpointsUnsupported is returned when more than one endpoint is provided.
ErrTableCreateTimeout table creation timed out.

# Structs

DynamoDB store used to interact with AWS DynamoDB.