Function lambda_extension::run

source ·
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,
Expand description

Execute the given events processor