Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 303 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 303 Bytes

Rust Lambda examples

Simple examples of AWS lambdas with Rust using cargo lambda or AWS SAM CLI.

  1. simple-rust: Basic lambda that if receives "Marco" returns "Polo".
  2. rust-stemmer-lambda: WIP; Given a word or phrase and a language (English default) returns the stemmed version of the input.