Versions in this module Expand all Collapse all v0 v0.11.0 Dec 1, 2015 v0.10.0 Jun 19, 2015 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) (uint64, error)