From 7da35a4ffcbad093fa4ee5a51d6d53f09d544d80 Mon Sep 17 00:00:00 2001 From: Benjamin Lannon Date: Fri, 19 Nov 2021 13:36:12 -0500 Subject: [PATCH] Add AWS Lambda Rust Runtime to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8c2d3bb..e303f9e 100644 --- a/README.md +++ b/README.md @@ -750,6 +750,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ ### Cloud * AWS [[aws](https://crates.io/keywords/aws)] + * [awslabs/aws-lambda-rust-runtime](https://github.com/awslabs/aws-lambda-rust-runtime) [[lambda_runtime](https://crates.io/crates/lambda_runtime)] — A Rust runtime for AWS Lambda [![build badge](https://github.com/awslabs/aws-lambda-rust-runtime/workflows/Rust/badge.svg)](https://github.com/awslabs/aws-lambda-rust-runtime/actions) * [rusoto/rusoto](https://github.com/rusoto/rusoto) — [![build badge](https://api.travis-ci.org/rusoto/rusoto.svg?branch=master)](https://travis-ci.org/rusoto/rusoto) * Load Balancer * [Convey](https://github.com/bparli/convey) - Layer 4 Load Balancer with dynamic configuration loading.