Versions in this module Expand all Collapse all v0 v0.11.1 Apr 13, 2017 v0.11.0 Mar 17, 2017 Changes in this version + type Client struct + func NewDynamoDBClient(table string) (*Client, error) + func (c *Client) GetValues(keys []string) (map[string]string, error) + func (c *Client) WatchPrefix(prefix string, waitIndex uint64, stopChan chan bool, keys []string) (uint64, error)