Versions in this module Expand all Collapse all v1 v1.0.0 Oct 9, 2017 Changes in this version + func Handle(h Handler) + func HandleFunc(h HandlerFunc) + type Event struct + Records []*Record + type Handler interface + HandleDynamo func(*Event, *apex.Context) error + type HandlerFunc func(*Event, *apex.Context) error + func (h HandlerFunc) Handle(data json.RawMessage, ctx *apex.Context) (interface{}, error) + type Record struct + AWSRegion string + Dynamodb *StreamRecord + EventID string + EventName string + EventSource string + EventSourceARN string + EventVersion string + type StreamRecord struct + ApproximateCreationDateTime int64 + Keys map[string]*dynamodb.AttributeValue + NewImage map[string]*dynamodb.AttributeValue + OldImage map[string]*dynamodb.AttributeValue + SequenceNumber string + SizeBytes int64 + StreamViewType string