

# Using the AWS SDK for Rust
<a name="using"></a>

Learn common and recommended ways of using the AWS SDK for Rust to work with AWS services.

**Topics**
+ [Making service requests](make-request.md)
+ [Best practices](best-practices.md)
+ [Concurrency](concurrency.md)
+ [Creating Lambda functions](lambda.md)
+ [Creating presigned URLs](presigned-urls.md)
+ [Handling errors](error-handling.md)
+ [Pagination](paginating.md)
+ [Unit testing](testing.md)
+ [Waiters](waiters.md)