https://github.com/beeb/lambda-test
https://github.com/beeb/lambda-test
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/beeb/lambda-test
- Owner: beeb
- Created: 2023-11-08T15:12:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T16:03:45.000Z (over 2 years ago)
- Last Synced: 2025-05-14T08:48:46.084Z (about 1 year ago)
- Language: Rust
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example with Rust and Axum on AWS Lambda
This project is best developed with [Cargo Lambda](https://www.cargo-lambda.info/guide/getting-started.html).
To serve the lambda on port 9000 with auto-reloading for development, run:
```bash
cargo lambda watch
```
## Nix
If using nix, you can enter a dev shell with all required dependencies by doing `nix develop`.
If using `direnv`, simply run `direnv allow` to automatically enable the dev shell when entering this folder.