mirror of https://github.com/dapr/docs.git
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:
parent
771c57b26e
commit
ed07373152
|
@ -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 %}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue