3 releases

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

#107 in #aws-lambda

Download history 398/week @ 2024-08-26 249/week @ 2024-09-02 239/week @ 2024-09-09 268/week @ 2024-09-16 335/week @ 2024-09-23 264/week @ 2024-09-30 110/week @ 2024-10-07 264/week @ 2024-10-14 204/week @ 2024-10-21 300/week @ 2024-10-28 241/week @ 2024-11-04 431/week @ 2024-11-11 200/week @ 2024-11-18 231/week @ 2024-11-25 323/week @ 2024-12-02 497/week @ 2024-12-09

1,530 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–19MB
~280K SLoC