This document describes how to use docker-compose to start a container with DynamoDb locally, add a table and connect to it from .NET Core.
You can create the table by getting the table attributes using the describe-table operation
aws dynamodb describe-table --table-name some.table > table.json