modulepackage
0.0.0-20210313230354-f852e39fad36
Repository: https://github.com/sjansen/dynamostore.git
Documentation: pkg.go.dev
# Functions
New creates a DynamoStore instance using default values.
NewWithTableName create a DynamoStore instance, overriding the default table name.
# Constants
DefaultTableName is used when a more specific name isn't provided.
# Variables
ErrCreateTimedOut is returned when table creation takes too long.
ErrDeleteInProgress is returned when table creation fails because a table with the same name was recently deleted.
# Structs
DynamoStore represents the session store.