

There are more AWS SDK examples available in the [AWS Doc SDK Examples](https://github.com/awsdocs/aws-doc-sdk-examples) GitHub repo.

# Code examples for Amazon Polly using AWS SDKs
<a name="polly_code_examples"></a>

The following code examples show you how to use Amazon Polly with an AWS software development kit (SDK).

*Actions* are code excerpts from larger programs and must be run in context. While actions show you how to call individual service functions, you can see actions in context in their related scenarios.

*Scenarios* are code examples that show you how to accomplish specific tasks by calling multiple functions within a service or combined with other AWS services.

**More resources**
+  **[ Amazon Polly Developer Guide](https://docs.aws.amazon.com/polly/latest/dg/what-is.html)** – More information about Amazon Polly.
+ **[Amazon Polly API Reference](https://docs.aws.amazon.com/polly/latest/dg/API_Reference.html)** – Details about all available Amazon Polly actions.
+ **[AWS Developer Center](https://aws.amazon.com/developer/code-examples/?awsf.sdk-code-examples-product=product%23polly)** – Code examples that you can filter by category or full-text search.
+ **[AWS SDK Examples](https://github.com/awsdocs/aws-doc-sdk-examples)** – GitHub repo with complete code in preferred languages. Includes instructions for setting up and running the code.

**Contents**
+ [Basics](polly_code_examples_basics.md)
  + [Actions](polly_code_examples_actions.md)
    + [`DeleteLexicon`](polly_example_polly_DeleteLexicon_section.md)
    + [`DescribeVoices`](polly_example_polly_DescribeVoices_section.md)
    + [`GetLexicon`](polly_example_polly_GetLexicon_section.md)
    + [`GetSpeechSynthesisTask`](polly_example_polly_GetSpeechSynthesisTask_section.md)
    + [`ListLexicons`](polly_example_polly_ListLexicons_section.md)
    + [`ListSpeechSynthesisTasks`](polly_example_polly_ListSpeechSynthesisTasks_section.md)
    + [`PutLexicon`](polly_example_polly_PutLexicon_section.md)
    + [`StartSpeechSynthesisTask`](polly_example_polly_StartSpeechSynthesisTask_section.md)
    + [`SynthesizeSpeech`](polly_example_polly_SynthesizeSpeech_section.md)
+ [Scenarios](polly_code_examples_scenarios.md)
  + [Convert text to speech and back to text](polly_example_cross_Telephone_section.md)
  + [Create a lip-sync application](polly_example_polly_LipSync_section.md)
  + [Create an application to analyze customer feedback](polly_example_cross_FSA_section.md)
  + [Getting started with Amazon Polly](polly_example_polly_GettingStarted_082_section.md)