137 stable releases

Uses new Rust 2024

5.1.4 Jul 28, 2025
5.1.2 Mar 25, 2025
5.1.1 Nov 20, 2024
5.0.1 Jul 27, 2024
0.9.0 Oct 8, 2021

#1101 in HTTP server

Download history 1057/week @ 2025-07-23 759/week @ 2025-07-30 947/week @ 2025-08-06 700/week @ 2025-08-13 685/week @ 2025-08-20 288/week @ 2025-08-27 325/week @ 2025-09-03 484/week @ 2025-09-10 197/week @ 2025-09-17 635/week @ 2025-09-24 351/week @ 2025-10-01 362/week @ 2025-10-08 193/week @ 2025-10-15 562/week @ 2025-10-22 408/week @ 2025-10-29 100/week @ 2025-11-05

1,376 downloads per month

MIT/Apache

800KB
18K SLoC

Poem For AWS Lambda

Example

use poem::handler;
use poem_lambda::Error;

#[handler]
fn index() -> &'static str {
  "hello"
}

#[tokio::main]
async fn main() -> Result<(), Error> {
  poem_lambda::run(index).await
}

Safety

This crate uses #![forbid(unsafe_code)] to ensure everything is implemented in 100% Safe Rust.

MSRV

The minimum supported Rust version for this crate is 1.85.0.

Contributing

🎈 Thanks for your help improving the project! We are so happy to have you!

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Poem by you, shall be licensed as Apache, without any additional terms or conditions.

Dependencies

~20–35MB
~574K SLoC