Settings

Theme

Show HN: Run a Rust HTTP Server in AWS Lambda (Axum+Scaffoldly)

github.com

8 points by cnuss a year ago · 0 comments · 1 min read

Reader

Scaffoldly allows you to run any HTTP server inside AWS Lambda. It requires no code changes to your existing server and a simple configuration in the project's Cargo.toml. Deployments can be done locally or in GitHub Actions.

In this example, we're running a axum server in AWS Lambda, and the scaffoldly toolchain handles packaging, deployment, and routing of AWS Lambda HTTP requests.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection