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