 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package dynamodb handles interactions with pkg/aws/dynamodb
Index ¶
Constants ¶
      View Source
      
  
const ( // ErrEmptyParameter is used when a generic parameter is empty ErrEmptyParameter = "EmptyInput" // ErrNoPointerParameter is used when a parameter is expected to be a pointer but it wasn't ErrNoPointerParameter = "NoPointerParameter" )
Variables ¶
This section is empty.
Functions ¶
func UnmarshalStreamImage ¶
func UnmarshalStreamImage(input events.DynamoDBEventRecord, output interface{}) error
UnmarshalStreamImage unmarshals a new Image Coming from the event into a passed interface. Pass a reference as output.
Types ¶
type DynamoDB ¶
DynamoDB embeds *dynamodb.DynamoDB and is used to call sns methods on high level
type GetItemOutPut ¶
type GetItemOutPut interface{}
    GetItemOutPut contains information about an item retrieved from DynamoDB
 Click to show internal directories. 
   Click to hide internal directories.