diff --git a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/_index.md b/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/_index.md index 337a9fbd4..158400767 100644 --- a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/_index.md +++ b/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/_index.md @@ -27,9 +27,9 @@ no_list: true ### Amazon Web Services (AWS) -| Name | CRUD | Transactional | Status | +| Name | CRUD | Transactional
(Supports Actors) | ETag | Status | |-------------------------------------------------------|------|---------------|--------| -| [AWS DynamoDB]({{< ref setup-dynamodb.md >}}) | ✅ | ❌ | Alpha | +| [AWS DynamoDB]({{< ref setup-dynamodb.md >}}) | ✅ | ❌ | ❌ | Alpha | ### Google Cloud Platform (GCP) | Name | CRUD | Transactional
(Supports Actors) | ETag | Status | diff --git a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-dynamodb.md b/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-dynamodb.md index 548ea826a..febf7a638 100644 --- a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-dynamodb.md +++ b/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-dynamodb.md @@ -22,15 +22,15 @@ spec: - name: table value: "mytable" - name: accessKey - value: "abcd" + value: "abcd" # Optional - name: secretKey - value: "abcd" + value: "abcd" # Optional - name: endpoint - value: "http://localhost:8080" - - name: region - value: "eu-west-1" + value: "http://localhost:8080" # Optional + - name: region + value: "eu-west-1" # Optional - name: sessionToken - value: "abcd" + value: "abcd" # Optional ``` {{% alert title="Warning" color="warning" %}}