An open API service indexing awesome lists of open source software.

https://github.com/jsmithdev/rust-lambda-proxy


https://github.com/jsmithdev/rust-lambda-proxy

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# rust-lambda-proxy

A reverse proxy in Rust for Lambda

## Usage

See [lambda_runtime](https://crates.io/crates/lambda_runtime) for more details.

Watch the project

```bash
cargo lambda watch
```

Build the project

```bash
cargo lambda build --release
```

---

Written with 🐢🐢 at feet by [Jamie Smith](https://jsmith.dev)