macro_rules! lambda {
($handler:expr) => { ... };
($handler:expr, $runtime:expr) => { ... };
($handler:ident) => { ... };
($handler:ident, $runtime:expr) => { ... };
}
Expand description
A macro for starting new handler’s poll for Now Lambda events