3 releases

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

#67 in #runtime

Download history 343/week @ 2024-01-24 219/week @ 2024-01-31 307/week @ 2024-02-07 325/week @ 2024-02-14 301/week @ 2024-02-21 346/week @ 2024-02-28 347/week @ 2024-03-06 328/week @ 2024-03-13 393/week @ 2024-03-20 381/week @ 2024-03-27 446/week @ 2024-04-03 265/week @ 2024-04-10 360/week @ 2024-04-17 387/week @ 2024-04-24 331/week @ 2024-05-01 298/week @ 2024-05-08

1,419 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

~15MB
~278K SLoC