We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e43b19 + 62824f3 commit c1944e3Copy full SHA for c1944e3
README.md
@@ -15,7 +15,7 @@ The new AWS SDK for Rust is built with one crate per AWS service. [Tokio](https:
15
16
```toml
17
[dependencies]
18
-dynamodb = { git = "https://github.com/awslabs/aws-sdk-rust", tag = "v0.0.1-alpha", package = "aws-sdk-dynamodb" }
+dynamodb = { git = "https://github.com/awslabs/aws-sdk-rust", tag = "v0.0.3-alpha", package = "aws-sdk-dynamodb" }
19
tokio = { version = "1", features = ["full"] }
20
```
21
3. Provide your AWS credentials as environment variables:
0 commit comments