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 Bucket struct + ARN string + Name string + OwnerIdentity struct{ ... } + type Event struct + Records []*Record + type Handler interface + HandleS3 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 Object struct + ETag string + Key string + Sequencer string + Size int + VersionID string + type Record struct + AWSRegion string + EventName string + EventSource string + EventTime time.Time + EventVersion string + RequestParameters struct{ ... } + S3 struct{ ... } + UserIdentity struct{ ... }