/rust_now_serverless

Example of running a rust serverless function on zeit's now

Primary LanguageRustMIT LicenseMIT

Warning: This example is built with the Now v1 platform. Now v2 will not support this.

rust serverless function on zeit's now

A small example on how to deploy a serverless function on now using rust programming language.

Develop

  1. Install rust
  2. Run cargo build
  3. Run ./target/debug/now_rust_serverless

Deploy

  1. Install now-cli
  2. Run now to deploy