SIGN IN SIGN UP

Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.

0 0 1 Java
# ElasticTranscoder code examples for the SDK for Ruby
## Overview
These examples show how to create and manage Amazon Elastic Transcoder workflows using the SDK for Ruby.
2021-10-08 16:29:35 +01:00
ElasticTranscoder lets you convert media files that you have stored in Amazon S3 into media files in the formats required by consumer playback devices.
2021-10-08 16:29:35 +01:00
## ⚠️ Important
* Running this code might result in charges to your AWS account.
* Running the tests might result in charges to your AWS account.
* We recommend that you grant your code least privilege. At most, grant only the minimum permissions required to perform the task. For more information, see [Grant least privilege](https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#grant-least-privilege).
* This code is not tested in every AWS Region. For more information, see [AWS Regional Services](https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services).
2021-10-14 12:47:42 +01:00
2021-10-08 16:29:35 +01:00
## Code examples
### Single actions
Code excerpts that show you how to call individual service functions.
2021-10-08 16:29:35 +01:00
* [Create a job](./create_job.rb) (`CreateJob`)
2021-10-08 16:29:35 +01:00
### Scenarios
Code examples that show you how to accomplish a specific task by calling multiple functions within the same service.
* [Configure a new pipeline and job with SQS notifications](./create_job_status_notification.rb)
2021-10-13 19:30:48 +01:00
2021-10-08 16:29:35 +01:00
## Run the examples
### Prerequisites
See the [Ruby README.md](../../../ruby/README.md) for prerequisites.
### Instructions
<!--custom.instructions.start-->
The quickest way to interact with this example code is to invoke a [Scenario](#Scenarios) from your command line. For example, `ruby some_scenario.rb` will invoke `some_scenario.rb`.
<!--custom.instructions.end-->
2021-10-08 16:29:35 +01:00
## Contributing
Code examples thrive on community contribution!
* To learn more about the contributing process, see [CONTRIBUTING.md](../../../CONTRIBUTING.md)
2021-10-08 16:29:35 +01:00
### Tests
<!--custom.tests.start-->
The example code in this directory is not currently tested.
2021-10-08 16:29:35 +01:00
## Contribute
Code examples thrive on community contribution.
To learn more about the contributing process, see [CONTRIBUTING.md](../../../CONTRIBUTING.md).
<!--custom.tests.end-->
2021-10-08 16:29:35 +01:00
## Additional resources
* [Service Developer Guide](https://docs.aws.amazon.com/sdk-for-ruby/v3/developer-guide/welcome.html)
* [Service API Reference](https://docs.aws.amazon.com/sdk-for-ruby/v3/api/)
* [SDK API reference guide](https://aws.amazon.com/developer/language/ruby/)
2021-10-08 16:29:35 +01:00
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0