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:
- AWS SDKs and Tools Reference Guide: Contains settings, features, and other foundational concepts common among AWS SDKs.
- Rust Programming Language web site
- AWS SDK for RustAPI Reference
- AWS Developer Tools Blog for AWS SDK for Rust
- AWS SDK for Rust source code on GitHub
- The AWS Code Sample Catalog for AWS SDK for Rust