Skip to content

Commit 1be66b3

Browse files
committed
Add weathertop instructions.
Closes awsdocs#4160, awsdocs#4170, awsdocs#4179
1 parent 6c2c98b commit 1be66b3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

rust_dev_preview/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,23 @@ The following environment variables are specific to the AWS SDK for Rust.
5454

5555
You must have an AWS account, and have configured your default credentials and AWS Region as described in [Getting started with the AWS SDK for Rust](https://docs.aws.amazon.com/sdk-for-rust/latest/dg/getting-started.html).
5656

57+
You must have the [Cargo](https://doc.rust-lang.org/cargo/) build tool, which is typically installed via [rustup](https://rustup.rs/).
58+
59+
Each example has one or more examples that can be executed with `cargo run --bin [program name]`.
5760
See the individual readme files in each service directory for information about specific code examples for that service.
5861

62+
Unit tests for each example can be run with `cargo test`, and these will not cause any changes or charges to your AWS account.
63+
Integration tests may cause changes or charges to your AWS account, and are described individually for each example.
64+
However, they can be run with `cargo test -- --ignored`.
65+
5966
## Resources
6067

6168
- [AWS SDK for Rust repo](https://github.com/awslabs/aws-sdk-rust)
6269
- [AWS SDK for Rust API Reference](https://docs.rs/releases/search?query=aws-sdk-)
6370
- [AWS SDK for Rust Developer Guide](https://docs.aws.amazon.com/sdk-for-rust/latest/dg)
6471

6572
## Docker image (Beta)
73+
6674
This example code will soon be available in a container image
6775
hosted on [Amazon Elastic Container Registry (ECR)](https://docs.aws.amazon.com/AmazonECR/latest/userguide/what-is-ecr.html). This image will be pre-loaded
6876
with all Rust examples with dependencies pre-resolved, allowing you to explore

0 commit comments

Comments
 (0)