Docs.rs
lambda-debugger-0.2.1
lambda-debugger 0.2.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
rimutaka
Dependencies
async_once ^0.2.6
normal
aws-config ^1.1.7
normal
aws-sdk-sqs ^1.27
normal
aws-types ^1.3
normal
bs58 ^0.5
normal
flate2 ^1.0
normal
hex ^0.4.3
normal
http-body-util ^0.1
normal
hyper ^1
normal
hyper-util ^0.1
normal
lambda_runtime ^0.12
normal
lazy_static ^1.5.0
normal
regex ^1.10.5
normal
serde ^1
normal
serde_json ^1
normal
tokio ^1.16
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
uuid ^1.8
normal
Versions
25%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
runtime_
emulator_
types
0.2.1
All Items
Crate Items
Structs
Crate
runtime_emulator_types
Copy item path
Source
Structs
ยง
Request
Payload
A local implementation of lambda_runtime::LambdaEvent
. It replicates LambdaEvent
because we need Ser/Deser traits not implemented for LambdaEvent.