rustv1/cross_service/README.md
These code examples demonstrate how to perform two or more service operations using the AWS SDK for Rust.
Amazon Simple Storage Service (Amazon S3) is storage for the internet. You can use Amazon S3 to store and retrieve any amount of data at any time, from anywhere on the web.
Amazon Rekognition makes it easy to add image and video analysis to your applications.
Amazon DynamoDB (DynamoDB) is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability.
Amazon Polly is a Text-to-Speech (TTS) cloud service that converts text into lifelike speech.
Amazon Transcribe provides transcription services for your audio files.
You must have an AWS account, and have configured your default credentials and AWS Region as described in https://github.com/awslabs/aws-sdk-rust.
This code example:
cd detect_faces;
cargo run -- -b BUCKET -f FILENAME [-r REGION] [-v]
This code example:
cd detect_labels;
cargo run -- -b BUCKET -f FILENAME -t TABLE [-r REGION] [-v]
This example synthesizes a plain text (UTF-8) input file to an audio file, converts that audio file to text, and displays the text.
cd telephone
cargo run -- -f FILENAME -b BUCKET -j JOB-NAME [-r REGION] [-v]
To propose a new code example to the AWS documentation team, see CONTRIBUTING.md. The team prefers to create code examples that show broad scenarios rather than individual API calls.
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0