

Les traductions sont fournies par des outils de traduction automatique. En cas de conflit entre le contenu d'une traduction et celui de la version originale en anglais, la version anglaise prévaudra.

# Exemples de base relatifs à l'utilisation de DynamoDB AWS SDKs
<a name="service_code_examples_basics"></a>

Les exemples de code suivants montrent comment utiliser les bases d'Amazon AWS SDKs DynamoDB avec. 

**Contents**
+ [Hello DynamoDB](example_dynamodb_Hello_section.md)
+ [Principes de base](example_dynamodb_Scenario_GettingStartedMovies_section.md)
+ [Actions](service_code_examples_actions.md)
  + [`BatchExecuteStatement`](example_dynamodb_BatchExecuteStatement_section.md)
  + [`BatchGetItem`](example_dynamodb_BatchGetItem_section.md)
  + [`BatchWriteItem`](example_dynamodb_BatchWriteItem_section.md)
  + [`CreateTable`](example_dynamodb_CreateTable_section.md)
  + [`DeleteItem`](example_dynamodb_DeleteItem_section.md)
  + [`DeleteTable`](example_dynamodb_DeleteTable_section.md)
  + [`DescribeTable`](example_dynamodb_DescribeTable_section.md)
  + [`DescribeTimeToLive`](example_dynamodb_DescribeTimeToLive_section.md)
  + [`ExecuteStatement`](example_dynamodb_ExecuteStatement_section.md)
  + [`GetItem`](example_dynamodb_GetItem_section.md)
  + [`ListTables`](example_dynamodb_ListTables_section.md)
  + [`PutItem`](example_dynamodb_PutItem_section.md)
  + [`Query`](example_dynamodb_Query_section.md)
  + [`Scan`](example_dynamodb_Scan_section.md)
  + [`UpdateItem`](example_dynamodb_UpdateItem_section.md)
  + [`UpdateTable`](example_dynamodb_UpdateTable_section.md)
  + [`UpdateTimeToLive`](example_dynamodb_UpdateTimeToLive_section.md)