Versions in this module Expand all Collapse all v0 v0.0.2 Jul 28, 2020 Changes in this version + func Handler(e events.DynamoDBEvent) error + type DB struct + DynamoDB dynamodbiface.DynamoDBAPI + func (d *DB) AddID(ur *Response) (*dynamodb.UpdateItemOutput, error) + type Message struct + IntID string + MessageID string + func (m *Message) Notify() (string, error) + type Payload struct + Description string + EndTime string + StartTime string + Status string + Success bool + SupplierRef string + Title string + func (p *Payload) SetMsg(record *events.DynamoDBEventRecord) (*Message, error) + type Response struct + IntIdent string + SupplierRef string