

D'autres exemples de AWS SDK sont disponibles dans le référentiel [AWS Doc SDK Examples](https://github.com/awsdocs/aws-doc-sdk-examples) GitHub .

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 Kits SDK
<a name="dynamodb_code_examples_basics"></a>

Les exemples de code suivants illustrent comment utiliser les principes de base d’Amazon DynamoDB avec les kits AWS SDK. 

**Contents**
+ [Hello DynamoDB](dynamodb_example_dynamodb_Hello_section.md)
+ [Principes de base](dynamodb_example_dynamodb_Scenario_GettingStartedMovies_section.md)
+ [Actions](dynamodb_code_examples_actions.md)
  + [`BatchExecuteStatement`](dynamodb_example_dynamodb_BatchExecuteStatement_section.md)
  + [`BatchGetItem`](dynamodb_example_dynamodb_BatchGetItem_section.md)
  + [`BatchWriteItem`](dynamodb_example_dynamodb_BatchWriteItem_section.md)
  + [`CreateTable`](dynamodb_example_dynamodb_CreateTable_section.md)
  + [`DeleteItem`](dynamodb_example_dynamodb_DeleteItem_section.md)
  + [`DeleteTable`](dynamodb_example_dynamodb_DeleteTable_section.md)
  + [`DescribeTable`](dynamodb_example_dynamodb_DescribeTable_section.md)
  + [`DescribeTimeToLive`](dynamodb_example_dynamodb_DescribeTimeToLive_section.md)
  + [`ExecuteStatement`](dynamodb_example_dynamodb_ExecuteStatement_section.md)
  + [`GetItem`](dynamodb_example_dynamodb_GetItem_section.md)
  + [`ListTables`](dynamodb_example_dynamodb_ListTables_section.md)
  + [`PutItem`](dynamodb_example_dynamodb_PutItem_section.md)
  + [`Query`](dynamodb_example_dynamodb_Query_section.md)
  + [`Scan`](dynamodb_example_dynamodb_Scan_section.md)
  + [`UpdateItem`](dynamodb_example_dynamodb_UpdateItem_section.md)
  + [`UpdateTable`](dynamodb_example_dynamodb_UpdateTable_section.md)
  + [`UpdateTimeToLive`](dynamodb_example_dynamodb_UpdateTimeToLive_section.md)