Structsยง
- LambdaRuntime ApiClient 
- An http client for the Lambda Runtime API.
A new-type wrapper around SendRequest<ReqBody>.
- MockLambda Runtime ApiServer 
- A mock server for the Lambda Runtime API.
Use Self::bindto create a new server, andSelf::serveto start serving requests.
- Proxy
- This is the high level API for this crate,
which will create a MockLambdaRuntimeApiServerand a handler process.
- RunningProxy 
- Created by Proxy::spawn.