工具和示例项目
![服务 服务](https://d1.awsstatic.com/Developer%20Marketing/languages/net/Services-2x.aa8f4259567b96973fc594f836305e5d334ae78e.png)
博客
Total results: 11
-
Zelda Hessler, 2023-11-28We’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-23Introduction 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-06-28In 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-06-082020 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,从而执行操作和实施常见应用场景。