

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

The following code examples show 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.

For a complete list of AWS SDK developer guides and code examples, see [Using Amazon Polly with an AWS SDK](sdk-general-information-section.md). This topic also includes information about getting started and details about previous SDK versions.

**Contents**
+ [Basics](service_code_examples_basics.md)
  + [Actions](service_code_examples_actions.md)
    + [`DeleteLexicon`](example_polly_DeleteLexicon_section.md)
    + [`DescribeVoices`](example_polly_DescribeVoices_section.md)
    + [`GetLexicon`](example_polly_GetLexicon_section.md)
    + [`GetSpeechSynthesisTask`](example_polly_GetSpeechSynthesisTask_section.md)
    + [`ListLexicons`](example_polly_ListLexicons_section.md)
    + [`ListSpeechSynthesisTasks`](example_polly_ListSpeechSynthesisTasks_section.md)
    + [`PutLexicon`](example_polly_PutLexicon_section.md)
    + [`StartSpeechSynthesisTask`](example_polly_StartSpeechSynthesisTask_section.md)
    + [`SynthesizeSpeech`](example_polly_SynthesizeSpeech_section.md)
+ [Scenarios](service_code_examples_scenarios.md)
  + [Convert text to speech and back to text](example_cross_Telephone_section.md)
  + [Create a lip-sync application](example_polly_LipSync_section.md)
  + [Create an application to analyze customer feedback](example_cross_FSA_section.md)
  + [Getting started with Amazon Polly](example_polly_GettingStarted_082_section.md)