

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

# DynamoDB examples using SDK for Python
<a name="python_1_dynamodb_code_examples"></a>

The following code examples show you how to perform actions and implement common scenarios by using the AWS SDK for Python with DynamoDB.

Each example includes a link to the complete source code, where you can find instructions on how to set up and run the code in context.

**Topics**
+ [Get started](#get_started)

## Get started
<a name="get_started"></a>

### Hello DynamoDB
<a name="dynamodb_Hello_python_1_topic"></a>

The following code example shows how to get started using DynamoDB.

**SDK for Python**  
 There's more on GitHub. Find the complete example and learn how to set up and run in the [AWS Code Examples Repository](https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/pythonv1/example_code/dynamodb#code-examples). 

```
This is a test output. Examples for AWS SDK for Python 
for AWS DynamoDB will be available here soon.
```
+  For API details, see [ListTables](https://docs.aws.amazon.com/sdk-for-python/v1/reference/index.html) in *AWS SDK for Python API Reference*. 