A simple starter project with Rust and Serverless Framework. This starter aims to use the latest versions of Serverless Framework, packages, and crates.
✔️ Serverless Framework 3
✔️ Typed requests and responses with aws_lambda_events 0.10.0
✔️ Lambda Runtime 0.8.1
✔️ Serverless Rust plugin 0.3.8
- Generate a project
npx serverless install --url https://github.com/ArsenyYankovsky/serverless-rust-starter.git --name my-new-app
- Install dependencies
yarn && cargo fetch
To deploy the project just run
npx sls deploy
Read here more on Serverless Framework commands