pub fn handler<H: Handler>(handler: H) -> Adapter<H>Expand description
Adapts a Handler to the netlify_lambda::run interface
This is an abstract interface that tries to deserialize the request payload
in any possible [request::LambdaRequest] value.