package
1.0.0
Repository: https://github.com/apex/go-apex.git
Documentation: pkg.go.dev

# Functions

Handle S3 events with handler.
HandleFunc handles S3 events with callback function.

# Structs

Bucket is an S3 bucket.
Event represents a S3 event with one or more records.
Object is an S3 object.
Record represents a single S3 record.

# Interfaces

Handler handles S3 events.

# Type aliases

HandlerFunc unmarshals S3 events before passing control.