Rust on AWS
Tools, docs, and sample code to develop applications on the AWS cloudTools & Example Projects
Download the tools needed to run Rust applications on AWS
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.
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.
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.