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 + LogEvents []*LogEvent + LogGroup string + LogStream string + MessageType string + Owner string + SubscriptionFilters []string + type Handler interface + HandleLogs 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 LogEvent struct + ID string + Message string + Timestamp int64 + type Record struct + AWSLogs struct{ ... }