/hello-aws-sdk-for-rust

AWS SDK for Rust release blog code example

Primary LanguageRust

Hello AWS SDK for Rust

AWS SDK for Rust is now generally available. Also you can read the release blog.

You can easily try out AWS SDK for Rust.

If this is the first time you are using an AWS SDK, you will need to set up your AWS credentials such as short-term credentials.

Just clone the repo and run the example program.

$ git clone https://github.com/hkford/hello-aws-sdk-for-rust.git
$ cd hello-aws-sdk-for-rust
$ cargo run