pub type FunctionHandler = Arc<dyn Fn(Vec<u8>) -> BoxFuture<'static, Result<Vec<u8>, ServerlessError>> + Send + Sync>;
Function handler type.
pub struct FunctionHandler { /* private fields */ }