lambda_handler/
lib.rs

1pub mod events;
2pub mod handler;
3
4pub use handler::LambdaHandler;