Rust on AWS

Ferramentas, documentos e código de exemplo para desenvolver aplicações na Nuvem AWS

Ferramentas e projetos de exemplo

Baixe as ferramentas necessárias para executar aplicações Rust na AWS
Comece a usar
SDK para Rust
Esse SDK fornece classes para muitos serviços da AWS, incluindo Amazon S3, Amazon EC2, DynamoDB e muito mais.
Baixar o SDK »
Serviços
Toolkits de IDE da AWS
Use os mais conhecidos Integrated Development Environments (IDEs – Ambientes de desenvolvimento integrado) para criar, depurar e implantar seu código na AWS.
Obter o toolkit do Eclipse » Obter o toolkit do VS Code » Obter o toolkit do Intellij »
Soluções
AWS SDK para Rust no AWS Lambda
Você pode usar o SDK dentro de uma função do Lambda como faria em qualquer outro caso, com algumas etapas adicionais.
Comece a usar »
Biblioteca digital
Sustentabilidade com o Rust
O Rust é uma tecnologia incrível para sustentar e proteger nosso setor, e você pode começar a fazer isso hoje mesmo. Leia mais sobre por que a AWS acredita tanto nisso.
Leia mais »

Blogs

Showing results: 1-4
Total results: 11
Nenhum blog correspondente aos critérios foi encontrado.
  • Zelda Hessler, 28/11/2023
    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, 23/10/2023
    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, 28/06/2021
    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, 08/06/2021
    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 [...]
Ver mais blogs técnicos »

Desenvolva

Converta texto em fala e de novamente em texto usando um AWS SDK para Rust

Use o Amazon Polly para sintetizar um arquivo de entrada de texto simples (UTF-8) em um arquivo de áudio, carregue o arquivo de áudio em um bucket do Amazon Simple Storage Service, use o Amazon Transcribe para converter esse arquivo de áudio em texto e exiba o texto.

Comece a usar »

Detecte rostos em uma imagem usando um AWS SDK para Rust

Salve a imagem em um bucket do Amazon Simple Storage Service com um prefixo uploads, use o Amazon Rekognition para detectar detalhes faciais, como faixa etária, sexo e emoção (sorriso etc.) e exiba esses detalhes.

Comece a usar »

Exemplos do Application Auto Scaling usando o SDK para Rust

Execute ações e implemente cenários comuns usando o AWS SDK para Rust com o Application Auto Scaling.

Comece a usar »

Esta página foi útil para você?