Crate aws_lambda_runtime_proxy
source ·Structs§
- An http client for the Lambda Runtime API.
- A mock server for the Lambda Runtime API. Use
Self::bind
to create a new server, andSelf::serve
to start serving requests. - Use
Proxy::spawn
to create a new proxy server and handler process. - Created by
Proxy::spawn
.