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::bindto create a new server, andSelf::serveto start serving requests. - Use
Proxy::spawnto create a new proxy server and handler process. - Created by
Proxy::spawn.