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 *;
// the generated error_type() method returns "crate::LambdaError"
;