Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartHTTPHandler ¶
func StartHTTPHandler(makeHandler HTTPHandlerBuilder)
StartHTTPHandler starts a lambda handler that processes HTTP requests.
func StartSQSEventHandler ¶
func StartSQSEventHandler(makeHandler SQSEventHandlerBuilder)
StartSQSEventHandler starts a lambda handler that processes SQS events.
Types ¶
type HTTPHandlerBuilder ¶
HTTPHandlerBuilder is a function that creates a http.Handler from a config.
type SQSEventHandler ¶
SQSEventHandler is a function that handles SQS events, suitable to use as a lambda handler.
type SQSEventHandlerBuilder ¶
type SQSEventHandlerBuilder func(aws.Config) (SQSEventHandler, error)
SQSEventHandlerBuilder is a function that creates a SQSEventHandler from a config.
Click to show internal directories.
Click to hide internal directories.