Versions in this module Expand all Collapse all v1 v1.1.0 May 21, 2019 v1.0.0 Mar 8, 2019 Changes in this version + var DefaultOptions = Options + type Client struct + func NewClient(options Options) (Client, error) + func (c Client) Close() error + func (c Client) Delete(k string) error + func (c Client) Get(k string, v interface{}) (bool, error) + func (c Client) Store(k string, v interface{}) error + type Options struct + HashKey string + Region string + TableName string