# Functions
BufferedResponse returns the pending events.LambdaFunctionURLResponse from context.
JSONErrorHandler is a middleware that makes sure errors are always returned to caller as JSON content.
Request returns the original events.LambdaFunctionURLRequest from context.
StartBuffered starts the Lambda loop in BUFFERED mode with the given Gin engine.
StartStream starts the Lambda loop in STREAM_RESPONSE mode with the given Gin engine.
StreamResponse returns the pending events.LambdaFunctionURLStreamingResponse from context.