Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Middleware ¶
type None ¶
type None struct{}
None is an empty struct used when we are not interested on the request or response body.
type Option ¶
type Option[Resp any] func(*options[Resp])
func WithErrorHandler ¶
WithErrorHandler is an option that allows you to pass a custom error handler to the lambda function.
func WithResources ¶
WithResources is an option that allows you to pass resources to the lambda function.
Click to show internal directories.
Click to hide internal directories.