AWS DynamoDB
To setup a DynamoDB state store create a component of type . See this guide on how to create and apply a state store configuration.
Warning
In order to use DynamoDB as a Dapr state store, the table must have a primary key named key
.
- Basic schema for a Dapr component
- Read for instructions on configuring state store components
- Authenticating to AWS