@aotimme/amplify-rust-function-runtime-provider
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

@aotimme/amplify-rust-function-runtime-provider

This AWS Amplify plugin 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,

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.

Readme

Keywords

Package Sidebar

Install

npm i @aotimme/amplify-rust-function-runtime-provider

Weekly Downloads

2

Version

0.1.0

License

Apache-2.0

Unpacked Size

39.7 kB

Total Files

27

Last publish

Collaborators

  • aotimme