pub fn handler<'a, H: Handler<'a>>(handler: H) -> Adapter<'a, H>
Adapts a Handler to the lambda_runtime::run interface
Handler
lambda_runtime::run