dynamostore

package module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 1, 2018 License: MIT Imports: 8 Imported by: 0

README

FSM

Dynamo Store

This package is a DynamoDB implementation of a fsm.Store.

Environment Variables

When using this store, you must set four environment variables:

DYNAMO_REGION=""
DYNAMO_ACCESS_KEY_ID=""
DYNAMO_SECRET_ACCESS_KEY=""
DYNAMO_TABLE_NAME=""

Getting Started

Note: The environment variables above are assumed to be set in this example code:

package main

import "github.com/fsm/dynamo-store"

func main() {
    store := dynamostore.New()
    // ...
}

License

MIT

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() fsm.Store

New returns an instance of a dynamoStore

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL