3 releases

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

#100 in #lambda

Download history 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 323/week @ 2024-05-08 356/week @ 2024-05-15 422/week @ 2024-05-22 359/week @ 2024-05-29 299/week @ 2024-06-05 314/week @ 2024-06-12 325/week @ 2024-06-19 283/week @ 2024-06-26

1,276 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
~281K SLoC