Function lamedh_runtime::run_simulated [−][src]
pub async fn run_simulated<A, B, F>(handler: F, url: &str) -> Result<(), Error> where
F: Handler<A, B>,
<F as Handler<A, B>>::Error: Display,
A: for<'de> Deserialize<'de>,
B: Serialize,
Runs the lambda function almost entirely in-memory. This is meant for testing.