Skip to content

Comparing Rust's performance against other AWS Lambda runtimes

License

Notifications You must be signed in to change notification settings

aws-samples/build-on-aws-with-rust

build-on-aws-with-rust

This repository houses resources that are referenced by the talk "Build on AWS with Rust" (BUI06) for the AWS Summit Sydney 2023 by Tim McNamara (@timClicks).

Directory layout

  • examples: examples of code that is discussed within the talks slides
  • serverless-compare-langs: 5 implementations of an ecommerce application, one per language

serverless-compare-langs

The code within these directories is sourced from AWS repositories via the sit subtree command:

Directory Upstream repository
serverless-compare-langs/go https://github.com/aws-samples/serverless-go-demo
serverless-compare-langs/java-graalvm https://github.com/aws-samples/serverless-graalvm-demo
serverless-compare-langs/kotlin https://github.com/aws-samples/serverless-kotlin-demo
serverless-compare-langs/rust https://github.com/aws-samples/serverless-rust-demo
serverless-compare-langs/typescript https://github.com/aws-samples/serverless-typescript-demo

The upstream repositories have had slight customizations to enable them to be deployed concurrently.

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.