package
1.47.0
Repository: https://github.com/aws/aws-lambda-go.git
Documentation: pkg.go.dev

# 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.