You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This SDK for Rust is code generated from [Smithy models](https://awslabs.github.
8
8
9
9
## Getting Started with the SDK
10
10
11
-
The new AWS SDK for Rust is built with crates per AWS service. [Tokio](https://crates.io/crates/tokio) must also be added as a dependency within your Rust project to execute asynchronous code. During the alpha, the SDK will not be pushed to crates.io and must be used via a Git dependency.
11
+
The new AWS SDK for Rust is built with one crate per AWS service. [Tokio](https://crates.io/crates/tokio) must also be added as a dependency within your Rust project to execute asynchronous code. During the alpha, the SDK will not be pushed to crates.io and must be used via a Git dependency.
12
12
13
13
1. Create a new Rust project: `cargo new sdk-example`
14
14
2. Within your Cargo.toml file, add dependencies for DynamoDB and Tokio:
@@ -18,7 +18,8 @@ The new AWS SDK for Rust is built with crates per AWS service. [Tokio](https://c
3. Input your AWS credentials into your terminal as environment variables **Note:** The alpha SDK only supports environment variable credential providers at this time.
21
+
3. Provide your AWS credentials as environment variables:
22
+
> **Note:** The alpha SDK only supports environment variable credential providers at this time.
22
23
23
24
```bash
24
25
export AWS_ACCESS_KEY_ID=...
@@ -46,8 +47,8 @@ In order to use the SDK for Rust, you must already have Rust and Cargo installed
46
47
47
48
## Getting Help
48
49
49
-
*[GitHub discussions](https://github.com/awslabs/aws-sdk-rust/discussions) - Submit your questions on the discussion board
50
-
**Public slack channel/Gitter/Discord?*
50
+
*[GitHub discussions](https://github.com/awslabs/aws-sdk-rust/discussions) - For ideas, RFCs & general questions.
0 commit comments