Structsยง
- Lambda
Runtime ApiClient - An http client for the Lambda Runtime API.
A new-type wrapper around
SendRequest<ReqBody>. - Mock
Lambda 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. - Running
Proxy - Created by
Proxy::spawn.