Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-dynamodb.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>
This commit is contained in:
Mark Fussell 2025-09-10 15:46:25 -07:00 committed by GitHub
parent 771c57b26e
commit ed07373152
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ $ aws dynamodb get-item \
{{% alert title="Note" color="primary" %}}
As described below, DynamoDB has limitations that likely make it unsuitable for production environments.
There is currently no path for migrating Workflow data from DynamoDB to another state store, meaning exceeding these limits in production will result in failed workflows this no workaround.
There is currently no path for migrating Workflow data from DynamoDB to another state store, meaning exceeding these limits in production will result in failed workflows with no workaround.
{{% /alert %}}