lambda_http
macro_rules! lambda { ($handler:expr) => { ... }; ($handler:expr, $runtime:expr) => { ... }; ($handler:ident) => { ... }; ($handler:ident, $runtime:expr) => { ... }; }
A macro for starting new handler's poll for API Gateway and ALB events