Rust on AWS

Tools, docs, and sample code to develop applications on the AWS cloud

Tools & Example Projects

Download the tools needed to run Rust applications on AWS
Get Started
SDK for Rust
This SDK provides classes for many AWS services including Amazon S3, Amazon EC2, DynamoDB, and more.
Download SDK »
Services
AWS IDE Toolkits
Use popular Integrated Development Environments (IDEs) to author, debug, and deploy your code on AWS.
Get the Eclipse Toolkit » Get the VS Code Toolkit » Get the Intellij Toolkit »
Solutions
AWS SDK for Rust in AWS Lambda
You can use the SDK from within a Lambda function as you would in any other case, with a few added steps.
Get Started »
Digital Library
Sustainability with Rust
Rust is an amazing technology to sustain and secure our industry, and you can start doing that today. Read more why AWS believes in it so much.
Read More »

Blogs

Showing results: 1-4
Total results: 11
No blogs found matching that criteria.
  • Zelda Hessler, 11/28/2023
    We’re excited to announce that the AWS SDK for Rust is now generally available and supported for production use. The AWS SDK for Rust provides an idiomatic, type-safe API, along with the benefits of the Rust language such as performance, reliability, and productivity. The SDK supports modern Rust language features like async/await, non-blocking IO, and [...]
  • Deval Parikh, Saahil Parikh, 10/23/2023
    Introduction The Rust programming language was created by Mozilla Research in 2010 to be “a programming language empowering everyone to build reliable and efficient(fast) software”[1]. If you are a beginner level SDE or DevOps engineer or decision maker in your organization looking to adopt Rust for your specific use, you will find this blog helpful [...]
  • Sean McArthur, 06/28/2021
    In February, Josh Aas from Internet Security Research Group, Daniel Stenberg from curl, and I (from hyper and Amazon Web Services) hosted a joint webinar to discuss memory safety and the internet, and how using hyper in curl can help make the internet safer. Because curl is open source and permissively licensed, it is found [...]
  • Alistair McLean, 06/08/2021
    2020 was the year that ARM chips made the headlines by moving from largely mobile form factors into the cloud thanks to AWS Graviton2, allowing you to have up to 40% better price performance over comparable current generation x86 Amazon Elastic Compute Cloud (Amazon EC2) and Amazon Relational Database Service (Amazon RDS) instances. We speak [...]
Explore More Technical Blogs »

Build

Convert text to speech and back to text using an AWS SDK for Rust

Use Amazon Polly to synthesize a plain text (UTF-8) input file to an audio file, upload the audio file to an Amazon Simple Storage Service bucket, use Amazon Transcribe to convert that audio file to text, and display the text.

Get Started »

Detect faces in an image using an AWS SDK for Rust

Save the image in an Amazon Simple Storage Service bucket with an uploads prefix, use Amazon Rekognition to detect facial details, such as age range, gender, and emotion (smiling, etc.), and display those details.

Get Started »

Application Auto Scaling examples using SDK for Rust

Perform actions and implement common scenarios by using the AWS SDK for Rust with Application Auto Scaling.

Get Started »

Was this page helpful?