lambda_handler 0.1.3

A library for handling AWS Lambda requests
Documentation
1
2
3
4
pub mod events;
pub mod handler;

pub use handler::LambdaHandler;