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).
examples
: examples of code that is discussed within the talks slidesserverless-compare-langs
: 5 implementations of an ecommerce application, one per language
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.
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.