3 releases

0.1.2 May 3, 2019
0.1.1 Feb 27, 2019
0.1.0 Jan 25, 2019

#72 in #runtime

Download history 442/week @ 2024-11-16 238/week @ 2024-11-23 291/week @ 2024-11-30 454/week @ 2024-12-07 466/week @ 2024-12-14 174/week @ 2024-12-21 76/week @ 2024-12-28 298/week @ 2025-01-04 578/week @ 2025-01-11 365/week @ 2025-01-18 272/week @ 2025-01-25 488/week @ 2025-02-01 547/week @ 2025-02-08 239/week @ 2025-02-15 465/week @ 2025-02-22 248/week @ 2025-03-01

1,604 downloads per month
Used in 20 crates (via lambda_runtime_errors)

Apache-2.0

86KB
1.5K SLoC

The Lambda runtime core crate implements Lambda's custom runtime main loop. The crate receives a Handler type that consumed events in the form of Vec<u8> and outputs a Result with a Vec<u8> successful output.

Unless you have specific requirements to consume/produce raw bytes, you should look at the lambda_runtime crate.

TODO: Add example

Dependencies

~13–20MB
~283K SLoC