Entwicklerzentrum / ...
Rust auf AWS
Tools und Beispielprojekte




Blogs
Total results: 12
-
Waqar Ahmed Khan, 26.03.2025We are excited to announce the Developer Preview of the Amazon S3 Transfer Manager for Rust, a high-level utility that speeds up and simplifies uploads and downloads with Amazon Simple Storage Service (Amazon S3). Using this new library, developers can efficiently transfer data between Amazon S3 and various sources, including files, in-memory buffers, memory streams, [...]
-
Zelda Hessler, 28.11.2023We’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, 23.10.2023Introduction 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, 28.06.2021In 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 [...]
Entwickeln
Konvertieren von Text in Sprache und zurück in Text mit einem AWS SDK für Rust
Verwenden Sie Amazon Polly, um eine reine Textdatei (UTF-8) in eine Audiodatei zu synthetisieren, die Audiodatei in einen Amazon-Simple-Storage-Service-Bucket hochzuladen, die Audiodatei mit Amazon Transcribe in Text zu konvertieren und den Text anzuzeigen.
Erkennen von Gesichtern in einem Bild mit einem AWS SDK für Rust
Speichern Sie das Bild in einem Amazon-Simple-Storage-Service-Bucket mit einem Uploads-Präfix, verwenden Sie Amazon Rekognition, um Gesichtsdetails wie Alter, Geschlecht und Emotion (Lächeln usw.) zu erkennen, und zeigen Sie diese Details an.
Beispiele für automatische Anwendungsskalierung mit SDK für Rust
Führen Sie Aktionen durch und implementieren Sie gängige Szenarien mit dem AWS SDK für Rust mit Application Auto Scaling.