Expand description
A prelude that contains all the relevant imports when using the library’s default runtime implementation, which currently ships with a ureq based HTTP Backend and serde_json for serialization.
Re-exports§
pub use crate::data::context::LambdaContext;pub use crate::data::context::RefLambdaContext;pub use crate::data::env::LambdaRuntimeEnv;pub use crate::runtime::DefaultRuntime;pub use crate::runtime::LambdaRuntime;pub use crate::LAMBDA_VER;pub use crate::backends::ureq::*;