mirror of https://github.com/dapr/docs.git
Rebased on v1.0, fixed diffs
This commit is contained in:
parent
35c50d562f
commit
f56646274c
|
@ -27,9 +27,9 @@ no_list: true
|
|||
|
||||
|
||||
### Amazon Web Services (AWS)
|
||||
| Name | CRUD | Transactional | Status |
|
||||
| Name | CRUD | Transactional </br>(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 </br>(Supports Actors) | ETag | Status |
|
||||
|
|
|
@ -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" %}}
|
||||
|
|
Loading…
Reference in New Issue