Crate aws_lambda_runtime_proxy

Source

Structsยง

LambdaRuntimeApiClient
An http client for the Lambda Runtime API. A new-type wrapper around SendRequest<ReqBody>.
MockLambdaRuntimeApiServer
A mock server for the Lambda Runtime API. Use Self::bind to create a new server, and Self::serve to start serving requests.
Proxy
This is the high level API for this crate, which will create a MockLambdaRuntimeApiServer and a handler process.
RunningProxy
Created by Proxy::spawn.