도구 및 예시 프로젝트

블로그
Total results: 12
-
Waqar Ahmed Khan, 2025.03.26We are excited to announce the Developer Preview of the Amazon S3 Transfer Manager for Rust, a high-level utility that speeds up and simplifies uploads and downloads with Amazon Simple Storage Service (Amazon S3). Using this new library, developers can efficiently transfer data between Amazon S3 and various sources, including files, in-memory buffers, memory streams, [...]
-
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 [...]
구축
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를 사용하여 작업을 수행하고 일반적인 시나리오를 구현하세요.