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::bind
to create a new server, andSelf::serve
to start serving requests. - Proxy
- This is the high level API for this crate,
which will create a
MockLambdaRuntimeApiServer
and a handler process. - Running
Proxy - Created by
Proxy::spawn
.