Skip to content

Commit 20e8e1c

Browse files
authored
Update README.md (#82)
* Update README.md * Update README.md * Update suggested version
1 parent 7683f75 commit 20e8e1c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The new AWS SDK for Rust is built with one crate per AWS service. [Tokio](https:
1515

1616
```toml
1717
[dependencies]
18-
dynamodb = { git = "https://github.com/awslabs/aws-sdk-rust", tag = "v0.0.3-alpha", package = "aws-sdk-dynamodb" }
18+
dynamodb = { git = "https://github.com/awslabs/aws-sdk-rust", tag = "v0.0.4-alpha", package = "aws-sdk-dynamodb" }
1919
tokio = { version = "1", features = ["full"] }
2020
```
2121
3. Provide your AWS credentials as environment variables:
@@ -56,6 +56,8 @@ In order to use the SDK for Rust, you must already have Rust and Cargo installed
5656

5757
* [GitHub discussions](https://github.com/awslabs/aws-sdk-rust/discussions) - For ideas, RFCs & general questions
5858
* [GitHub issues](https://github.com/awslabs/aws-sdk-rust/issues/new/choose) – For bug reports & feature requests
59+
* [Generated Docs (latest version)](https://awslabs.github.io/aws-sdk-rust/)
60+
* [Usage examples](https://github.com/awslabs/aws-sdk-rust/tree/main/sdk/examples)
5961

6062
## Feedback and Contributing
6163

@@ -78,11 +80,7 @@ This alpha SDK currently does not provide support for every AWS service. You can
7880
- Design docs - Design documentation for the SDK lives in the [design folder of smithy-rs](https://github.com/awslabs/smithy-rs/tree/main/design).
7981
- Runtime / Handwritten code: The Rust Runtime code that underpins the SDK can be accessed [here](https://github.com/awslabs/smithy-rs/tree/main/rust-runtime) and [here](https://github.com/awslabs/smithy-rs/tree/main/aws/rust-runtime). This code is copied into this repo as part of code generation.
8082
- [Code Examples](https://github.com/awslabs/aws-sdk-rust/tree/main/sdk/examples)
81-
- API reference docs - You can generate API reference docs by calling `cargo doc --open` on your project and navigating to the SDK crate
82-
83-
<!-- TODO
84-
- Our alpha launch announcement
85-
-->
83+
- [API reference documentation (rustdoc)](https://awslabs.github.io/aws-sdk-rust/)
8684
## Security
8785

8886
See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.

0 commit comments

Comments
 (0)