Versions in this module Expand all Collapse all v1 v1.0.0 Jul 17, 2018 Changes in this version + const ErrEmptyParameter + const ErrNoPointerParameter + func UnmarshalStreamImage(input events.DynamoDBEventRecord, output interface{}) error + type DynamoDB struct + func New(svc *aws.Session, endpoint string) (*DynamoDB, error) + func (svc *DynamoDB) GetItem(tableName, keyName, keyValue string) (*GetItemOutPut, error) + func (svc *DynamoDB) PutItem(input interface{}, tableName string) error + type GetItemOutPut interface