From 48113eb5872f64f2f79c9f72500a55912a69c4ae Mon Sep 17 00:00:00 2001 From: Ritvik Kapila Date: Thu, 19 Dec 2024 11:12:22 -0800 Subject: [PATCH] chore(README): point to release examples --- DynamoDbEncryption/runtimes/rust/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DynamoDbEncryption/runtimes/rust/README.md b/DynamoDbEncryption/runtimes/rust/README.md index 1773293b2..fdd9c5c92 100644 --- a/DynamoDbEncryption/runtimes/rust/README.md +++ b/DynamoDbEncryption/runtimes/rust/README.md @@ -22,7 +22,7 @@ see the [AWS Database Encryption SDK Developer Guide](https://docs.aws.amazon.co ## Examples for AWS Database Encryption SDK in Rust -Please look at the Examples on how to use the AWS Database Encryption SDK in Rust [here](https://github.com/aws/aws-database-encryption-sdk-dynamodb/tree/main/DynamoDbEncryption/runtimes/rust/examples). +Please look at the Examples on how to use the AWS Database Encryption SDK in Rust [here](https://github.com/aws/aws-database-encryption-sdk-dynamodb/tree/main/releases/rust/db_esdk/examples). Please note that some examples MAY require internet access and valid AWS credentials, since calls to KMS are made.