package
0.0.0-20240919032739-eac131825870
Repository: https://github.com/nguyengg/golambda.git
Documentation: pkg.go.dev

# Functions

DisableMetricsLogging disables logging with metrics.Metrics.
DisableRequestDebugLogging disables logging the JSON-encoded request in DEBUG (configsupport.IsDebug) mode.
DisableResponseDebugLogging disables logging the JSON-encoded response in DEBUG (configsupport.IsDebug) mode.
DisableSetUpGlobalLoggerPerRequest disables calling logsupport.SetUpGlobalLogger on every request.
DisableSetUpZeroLogGlobalLevel disables calling logsupport.SetUpZeroLogGlobalLevel once on startup.
New creates an initial Options and applies modifiers thereto.
WithHandlerOptions allows additional options to be passed into the underlying Lambda runtime.
WithLoggerProvider allows customisation of the logger and its context on every request.

# Structs

Options provides a base struct for customisations to starting handler.

# Type aliases

No description provided by the author