What is the AWS SDK for Rust? (original) (raw)

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

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

Topics

Getting started with the SDK

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

For configuration and setup, including how to create and configure service clients for making requests to AWS services, seeConfiguring service clients in the AWS SDK for Rust.

For information about using the SDK, see Using the AWS 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 theAWS SDKs and Tools Reference Guide:

Additional resources

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