postrust-lambda 0.2.2

AWS Lambda adapter for Postrust
Documentation
1
2
3
4
5
6
7
8
//! Postrust Lambda library.
//!
//! Re-exports for Lambda handler implementation.

pub use postrust_auth;
pub use postrust_core;
pub use postrust_response;
pub use postrust_sql;