3 releases

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

#98 in #lambda

Download history 298/week @ 2024-07-26 273/week @ 2024-08-02 404/week @ 2024-08-09 314/week @ 2024-08-16 325/week @ 2024-08-23 326/week @ 2024-08-30 232/week @ 2024-09-06 285/week @ 2024-09-13 322/week @ 2024-09-20 275/week @ 2024-09-27 172/week @ 2024-10-04 200/week @ 2024-10-11 224/week @ 2024-10-18 260/week @ 2024-10-25 261/week @ 2024-11-01 170/week @ 2024-11-08

961 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
~279K SLoC