0.1.0 • Published 10 months ago

amplify-rust-function-template-provider v0.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

amplify-rust-function-template-provider

npm version

This AWS Amplify plugin provides templates for Lambda functions in Rust.

A Rust function runtime provider plugin, such as amplify-rust-arm64-function-runtime-provider, is required to enable Rust lambda functions in AWS Amplify.

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 amplify-rust-function-template-provider
amplify plugin scan

Usage

After installing this plugin, when you create Lambda functions in Rust (using a plugin such as amplify-rust-arm64-function-runtime-provider), you will have the templates provided by this plugin as options.