https://github.com/jsmithdev/rust-lambda-proxy
https://github.com/jsmithdev/rust-lambda-proxy
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsmithdev/rust-lambda-proxy
- Owner: jsmithdev
- Created: 2023-12-29T17:10:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T17:11:00.000Z (over 2 years ago)
- Last Synced: 2025-03-25T09:51:22.852Z (about 1 year ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)