Categorygithub.com/sjansen/dynamostore
modulepackage
0.0.0-20210313230354-f852e39fad36
Repository: https://github.com/sjansen/dynamostore.git
Documentation: pkg.go.dev

# README

dynamostore

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Build Status codecov Go Report Card

# 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.