Simple examples of AWS lambdas with Rust using cargo lambda or AWS SAM CLI.
- simple-rust: Basic lambda that if receives "Marco" returns "Polo".
- rust-stemmer-lambda: WIP; Given a word or phrase and a language (English default) returns the stemmed version of the input.