pub fn handler_runtime<H, Args>(handler: H) -> LambdaHandlerService<H, Args>where H: Handler<Args> + Clone, H::Future: Future<Output = H::Output> + Send, H::Output: Respondable, Args: FromRequest + Send + Sync + 'static, Args::Error: Send,