What is the Amazon SDK for Rust? - Amazon SDK for Rust
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

What is the Amazon SDK for Rust?

Rust is a systems programming language without a garbage collector focused on three goals: safety, speed, and concurrency.

The Amazon SDK for Rust provides Rust APIs to interact with Amazon infrastructure services. Using the SDK, you can build applications on top of Amazon S3, Amazon EC2, DynamoDB, and more.

Getting started with the SDK

If you are a first-time user of the SDK, we recommend that you begin by reading Get started with the Amazon SDK for Rust.

For configuration and setup, including how to create and configure service clients for making requests to Amazon Web Services services, see Configure the Amazon SDK for Rust.

For information about using the SDK, see Use the Amazon SDK for Rust.

For a complete list of Rust code examples, see Code examples.

Maintenance and support for SDK major versions

For information about maintenance and support for SDK major versions and their underlying dependencies, see the following in the Amazon SDKs and Tools Reference Guide:

Additional resources

In addition to this guide, the following are valuable online resources for SDK developers: