https://github.com/aotimme/amplify-rust-function-runtime-provider
An AWS Amplify plugin to use Rust as a Lambda function runtime
https://github.com/aotimme/amplify-rust-function-runtime-provider
amplify aws lambda rust
Last synced: 6 months ago
JSON representation
An AWS Amplify plugin to use Rust as a Lambda function runtime
- Host: GitHub
- URL: https://github.com/aotimme/amplify-rust-function-runtime-provider
- Owner: aotimme
- Created: 2021-12-04T15:17:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-05T04:08:17.000Z (over 4 years ago)
- Last Synced: 2025-10-05T23:55:23.632Z (9 months ago)
- Topics: amplify, aws, lambda, rust
- Language: TypeScript
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @aotimme/amplify-rust-function-runtime-provider
[](https://www.npmjs.org/package/@aotimme/amplify-rust-function-runtime-provider)
This [AWS Amplify plugin](https://docs.amplify.aws/cli/plugins/plugins/) provides the ability to develop Lambda functions in Rust.
## Installation
To use this plugin, follow the instructions provided by AWS Amplify: https://docs.amplify.aws/cli/plugins/plugins/#plugin-installation
In particular,
```shell
npm install --global @aotimme/amplify-rust-function-runtime-provider
amplify plugin add @aotimme/amplify-rust-function-runtime-provider
```
## Usage
After installing this plugin, you will be able to create Lambda functions in Rust. An option for using the `Rust` runtime will be available when using commands like `amplify function add` or `amplidy api add` to create Lambda functions.
NOTE that to actually use the Rust runtime, you will need to install a Rust template provider, such as `@aotimme/amplify-rust-function-template-provider`.