Skip to content

Commit 3fce312

Browse files
authored
Update README.md (#642)
Add wording to follow the legal guidelines about non-official packages.
1 parent c5d6f1e commit 3fce312

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ This package makes it easy to run AWS Lambda Functions written in Rust. This wor
99
- [![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.
1010
- [![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.
1111

12+
The Rust runtime client is an experimental package. It is subject to change and intended only for evaluation purposes.
13+
1214
## Getting started
1315

1416
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.

0 commit comments

Comments
 (0)