2 releases
0.1.1 | May 3, 2019 |
---|---|
0.1.0 | Jan 25, 2019 |
1,026 downloads per month
Used in 23 crates
(3 directly)
20KB
442 lines
The Lambda runtime errors crate defines the LambdaErrorExt
trait
that can be used by libriaries to return errors compatible with the
AWS Lambda Rust runtime.
This crate also exports the lambda_runtime_errors_derive
crate to
derive the LambdaErrorExt
trait.
use lambda_runtime_errors::*;
// the generated error_type() method returns "crate::LambdaError"
#[derive(LambdaErrorExt)]
struct LambdaError;
Dependencies
~3MB
~69K SLoC