3 releases
0.1.2 | May 3, 2019 |
---|---|
0.1.1 | Feb 27, 2019 |
0.1.0 | Jan 25, 2019 |
#100 in #lambda
1,276 downloads per month
Used in 20 crates
(via lambda_runtime_errors)
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