도구 및 예시 프로젝트
![서비스 서비스](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 [...]
구축
AWS SDK for Rust를 사용하여 텍스트를 음성으로 변환하고 음성을 텍스트로 변환
Amazon Polly를 사용하여 일반 텍스트(UTF-8) 입력 파일을 오디오 파일로 합성하고, 오디오 파일을 Amazon Simple Storage Service 버킷에 업로드하고, Amazon Transcribe를 사용하여 해당 오디오 파일을 텍스트로 변환하고, 텍스트를 표시하세요.
AWS SDK for Rust를 사용하여 이미지에서 얼굴 감지
업로드 접두사가 있는 Amazon Simple Storage Service 버킷에 이미지를 저장하고, Amazon Rekognition을 사용하여 연령, 성별, 감정(미소 등)과 같은 얼굴 세부 정보를 감지하고, 이러한 세부 정보를 표시하세요.
SDK for Rust를 사용한 Application Auto Scaling 예시
Application Auto Scaling 기능이 있는 AWS SDK for Rust를 사용하여 작업을 수행하고 일반적인 시나리오를 구현하세요.