工具與範例專案
![服務 服務](https://d1.awsstatic.com/Developer%20Marketing/languages/net/Services-2x.aa8f4259567b96973fc594f836305e5d334ae78e.png)
部落格
Total results: 11
-
Zelda Hessler, 2023年11月28日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, 2023年10月23日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, 2021年6月28日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, 2021年6月8日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 [...]
建置
使用適用於 Rust 的 AWS SDK 將文字轉換為語音並返回文字
使用 Amazon Polly 將純文字 (UTF-8) 輸入檔案合成為音訊檔案,將音訊檔案上傳至 Amazon Simple Storage Service 儲存貯體,使用 Amazon Transcribe 將該音訊檔案轉換為文字,然後顯示文字。
使用適用於 Rust 的 AWS SDK 偵測影像中的面部
將影像儲存在帶有上傳前綴的 Amazon Simple Storage Service 儲存貯體中,使用 Amazon Rekognition 偵測面部細節,如年齡範圍、性別和情緒 (微笑等),並顯示這些細節。
使用適用於 Rust 的 SDK 的 Application Auto Scaling 範例
使用適用於 Rust 的 AWS SDK 和 Application Auto Scaling 執行動作並實作常見案例。