https://github.com/colineberhardt/rust-webassembly-serverless
An AWS lambda function written in Rust using WebAssembly
https://github.com/colineberhardt/rust-webassembly-serverless
aws-lambda lambda rust webassembly
Last synced: 10 months ago
JSON representation
An AWS lambda function written in Rust using WebAssembly
- Host: GitHub
- URL: https://github.com/colineberhardt/rust-webassembly-serverless
- Owner: ColinEberhardt
- Created: 2018-10-18T14:10:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T14:28:30.000Z (about 5 years ago)
- Last Synced: 2025-03-18T22:35:31.462Z (over 1 year ago)
- Topics: aws-lambda, lambda, rust, webassembly
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 31
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-webassembly-serverless
This is a simple example of a Lambda function written entirely in Rust - compiled to WebAssembly, as detailed in [this blog post](https://blog.scottlogic.com/2018/10/18/serverless-rust.html).