Rust on AWS

AWS Cloud 上用于开发应用程序的工具、文档和示例代码

工具和示例项目

下载在 AWS 上运行 Rust 应用程序所需的工具
开始使用
适用于 Rust 的 SDK
此 SDK 为许多 AWS 服务(包括 Amazon S3、Amazon EC2、DynamoDB 等)提供类。
下载 SDK »
服务
AWS IDE 工具包
使用流行的集成开发环境 (IDE) 在 AWS 上创作、调试和部署代码。
获取 Eclipse 工具包 » 获取 VS Code 工具包 » 获取 Intellij 工具包 »
解决方案
AWS Lambda 中适用于 Rust 的 AWS SDK
仅需几个额外步骤,您即可从 Lambda 函数中使用 SDK,和您在其他任何情况下使用时一样。
开始使用 »
数字图书馆
Rust 的可持续性
Rust 是一项绝佳技术,能使我们的行业可持续和安全地发展,您可以立即开始使用。阅读更多内容,了解为何 AWS 如此坚信这一点。
阅读更多内容 »

博客

Showing results: 1-4
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-06-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-06-08
    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,从而执行操作和实施常见应用场景。

开始使用 »

此页内容对您是否有帮助?