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: aws/SDK_README.md.hb
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ This is the README Handlebars template for `aws-sdk-rust`.
3
3
It gets instantiated and copied into the build artifacts by the `aws:sdk:assemble` build target.
4
4
5
5
Available template arguments:
6
-
- `{{sdk_version}}`: the SDK version number (just the number, no `v` prefix)
6
+
- `{{sdk_version_<crate_name_in_snake_case>}}` (e.g., `{{sdk_version_aws_config}}` for the `aws-config` crate): the version number of the given crate (just the number, no `v` prefix)
7
7
- `{{msrv}}`: The MSRV Rust compiler version (just the number, no `v` prefix)
8
8
--}}
9
9
<!--
@@ -12,17 +12,17 @@ This README file is auto-generated by the build system in awslabs/smithy-rs.
12
12
To update it, edit the `aws/SDK_README.md.hb` Handlebars template in that repository.
13
13
-->
14
14
15
-
# The AWS SDK for Rust [](https://awslabs.github.io/aws-sdk-rust/)  [](https://docs.aws.amazon.com/sdk-for-rust/latest/dg/welcome.html)
15
+
# The AWS SDK for Rust [](https://awslabs.github.io/aws-sdk-rust/)  [](https://docs.aws.amazon.com/sdk-for-rust/latest/dg/welcome.html)
16
16
17
-
This repo contains the new AWS SDK for Rust (the SDK) and its [public roadmap](https://github.com/awslabs/aws-sdk-rust/projects/1).
17
+
This repo contains the new AWS SDK for Rust (the SDK) and its [public roadmap](https://github.com/orgs/awslabs/projects/50/views/1).
18
18
19
19
**Please Note: The SDK is currently released as a developer preview and is intended strictly for feedback purposes only. Do not use this SDK for production workloads.**
20
20
21
21
The SDK is code generated from [Smithy models](https://awslabs.github.io/smithy/) that represent each AWS service. The code used to generate the SDK can be found in [smithy-rs](https://github.com/awslabs/smithy-rs).
22
22
23
23
## Getting Started with the SDK
24
24
25
-
> Examples are availble for many services and operations, check out the [examples folder](./examples).
25
+
> Examples are available for many services and operations, check out the [examples folder](./examples).
26
26
27
27
> For a step-by-step guide including several advanced use cases, check out the [Developer Guide](https://docs.aws.amazon.com/sdk-for-rust/latest/dg/welcome.html).
28
28
@@ -33,8 +33,8 @@ The SDK provides one crate per AWS service. You must add [Tokio](https://crates.
0 commit comments