# Functions

New returns a new *DynamoDB.
NewGetItemInput returns a new *GetItemInput.
NewPutItemInput returns a new *dynamodb.PutItemInput.
NewScanInput setup ScanInput expression and returns a *ScanInput.
UnmarshalGetItemOutput unmarshals a *dynamodb.GetItemOutput into a passed interface reference.
UnmarshalScanOutput unmarshals a *dynamodb.ScanOutput into a passed interface reference.
UnmarshalStreamImage unmarshals a events.DynamoDBEventRecord in a pointer to an interface.

# Constants

ErrEmptyParameter is used when a required parameter is empty.
ErrNoPointerParameter is used when a parameter was expected to be a pointer but it wasn't.
Input represents the parameter named input.
KeyName represents the parameter named keyName.
KeyValue represents the parameter named keyValue.
NewImage represents the parameter named input.Change.NewImage.
Output represents the parameter named output.
Table represents the parameter named table.

# Structs

DynamoDB embeds *dynamodb.DynamoDB.

# Interfaces

GetItemOutput embeds *dynamodb.GetItemOutput.
ScanOutput embeds *dynamodb.ScanOutput.