2 releases
0.1.3 | May 20, 2021 |
---|---|
0.1.2 | May 20, 2021 |
#37 in #listener
Used in preroll
12KB
189 lines
tide-lambda-listener
A Tide listener for the AWS Lambda execution envrionment
License
Licensed under the BlueOak Model License 1.0.0 — Contributions via DCO 1.1
lib.rs
:
A Tide listener for AWS Lambda execution environments.
Example
use tide_lambda_listener::LambdaListener;
#[async_std::main]
async fn main() -> tide::http::Result<()> {
let mut server = tide::new();
server.listen(LambdaListener::new()).await?;
Ok(())
}
Dependencies
~32–49MB
~1M SLoC