From 108bcc5ca8d5011cffd9ca595093356ec1b038df Mon Sep 17 00:00:00 2001 From: David Calavera Date: Fri, 14 Apr 2023 13:22:06 -0700 Subject: [PATCH] Update README.md Add wording to follow the legal guidelines about non-official packages. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 781ef364..8fdd232c 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ This package makes it easy to run AWS Lambda Functions written in Rust. This wor - [![Docs](https://docs.rs/lambda-extension/badge.svg)](https://docs.rs/lambda-extension) **`lambda-extension`** is a library that makes it easy to write Lambda Runtime Extensions in Rust. - [![Docs](https://docs.rs/lambda_runtime_api_client/badge.svg)](https://docs.rs/lambda_runtime_api_client) **`lambda-runtime-api-client`** is a shared library between the lambda runtime and lambda extension libraries that includes a common API client to talk with the AWS Lambda Runtime API. +The Rust runtime client is an experimental package. It is subject to change and intended only for evaluation purposes. + ## Getting started The easiest way to start writing Lambda functions with Rust is by using [Cargo Lambda](https://www.cargo-lambda.info/), a related project. Cargo Lambda is a Cargo plugin, or subcommand, that provides several commands to help you in your journey with Rust on AWS Lambda.