//
pkg.gl
Category
github.com/apex/go-apex
ses
package
1.0.0
Repository:
https://github.com/apex/go-apex.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
60 SLOC
#
Functions
Handle
Handle SES events with handler.
HandleFunc
HandleFunc handles SES events with callback function.
#
Structs
Event
Event represents a SES event with one or more records.
Record
Record represents a single SES record.
#
Interfaces
Handler
Handler handles SES events.
#
Type aliases
HandlerFunc
HandlerFunc unmarshals SES events before passing control.