srill 1.1.0

Subscribe Redis and Invoke Lambda with cargo lambda, for Local development.
Documentation
1
2
3
4
5
6
pub mod events {
    #[cfg(feature = "sqs")]
    pub mod sqs {
        pub use aws_lambda_events::event::sqs::*;
    }
}