Categorygithub.com/wolfeidau/lambda-go-extras/standard
modulepackage
1.5.1
Repository: https://github.com/wolfeidau/lambda-go-extras.git
Documentation: pkg.go.dev

# Functions

Append middleware to the chain.
Default configures a standard lambda handler with default middleware which includes the zerolog and raw logging.
Fields pass a map of attributes which are appended to all log messages and raw events.
GenericDefault configures a generic standard lambda handler with default middleware which includes the zerolog and raw logging.
LogLevel minimum accepted level for logging.
Output is a writer where logs in JSON format are written.
RawEnabled is a flag to toggle this middleware on or off.

# Type aliases

No description provided by the author