pub async fn run<E>(events_processor: E) -> Result<(), Error>where E: Service<LambdaEvent>, E::Future: Future<Output = Result<(), E::Error>>, E::Error: Into<Box<dyn Error + Send + Sync>> + Display + Debug,
Execute the given events processor