dynamodb

package
v0.12.1 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2016 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client is a wrapper around the DynamoDB client and also holds the table to lookup key value pairs from

func NewDynamoDBClient

func NewDynamoDBClient(table string) (*Client, error)

NewDynamoDBClient returns an *dynamodb.Client with a connection to the region configured via the AWS_REGION environment variable. It returns an error if the connection cannot be made or the table does not exist.

func (*Client) GetValues

func (c *Client) GetValues(keys []string) (map[string]string, error)

GetValues retrieves the values for the given keys from DynamoDB

func (*Client) WatchPrefix

func (c *Client) WatchPrefix(prefix string, keys []string, waitIndex uint64, stopChan chan bool) (uint64, error)

WatchPrefix is not implemented

Jump to

Keyboard shortcuts

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