Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 958 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 958 Bytes

Serverless Rust Starter

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

Prerequisites

Setup

  1. Generate a project
npx serverless install --url https://github.com/ArsenyYankovsky/serverless-rust-starter.git --name my-new-app
  1. Install dependencies
yarn && cargo fetch

Deploy

To deploy the project just run

npx sls deploy

Read here more on Serverless Framework commands