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)
|
### 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)
|
### Google Cloud Platform (GCP)
|
||||||
| Name | CRUD | Transactional </br>(Supports Actors) | ETag | Status |
|
| Name | CRUD | Transactional </br>(Supports Actors) | ETag | Status |
|
||||||
|
|
|
@ -22,15 +22,15 @@ spec:
|
||||||
- name: table
|
- name: table
|
||||||
value: "mytable"
|
value: "mytable"
|
||||||
- name: accessKey
|
- name: accessKey
|
||||||
value: "abcd"
|
value: "abcd" # Optional
|
||||||
- name: secretKey
|
- name: secretKey
|
||||||
value: "abcd"
|
value: "abcd" # Optional
|
||||||
- name: endpoint
|
- name: endpoint
|
||||||
value: "http://localhost:8080"
|
value: "http://localhost:8080" # Optional
|
||||||
- name: region
|
- name: region
|
||||||
value: "eu-west-1"
|
value: "eu-west-1" # Optional
|
||||||
- name: sessionToken
|
- name: sessionToken
|
||||||
value: "abcd"
|
value: "abcd" # Optional
|
||||||
```
|
```
|
||||||
|
|
||||||
{{% alert title="Warning" color="warning" %}}
|
{{% alert title="Warning" color="warning" %}}
|
||||||
|
|
Loading…
Reference in New Issue