Documentation
¶
Overview ¶
Package lambdaextras contains extras for building Go based lambdas.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandlerFunc ¶
The HandlerFunc type is an adapter to allow the use of ordinary functions as Lambda Handlers. If f is a function with the appropriate signature, HandlerFunc(f) is a Handler that calls f.
func GenericHandler ¶ added in v1.5.0
GenericHandler converts a typed lambda handler into a Handler func
Click to show internal directories.
Click to hide internal directories.