# Functions
RequestFromContext returns the *events.LambdaFunctionURLRequest from a context.
Start wraps a http.Handler and calls lambda.StartHandlerFunc Only supports: - Lambda Function URLs configured with `InvokeMode: RESPONSE_STREAM` - Lambda Functions using the `provided` or `provided.al2` runtimes.
WithDetectContentType sets the behavior of content type detection when the Content-Type header is not already provided.
Wrap converts an http.Handler into a Lambda request handler.