Rebased on v1.0, fixed diffs

This commit is contained in:
Trond Hindenes 2021-02-16 09:25:11 +01:00
parent 35c50d562f
commit f56646274c
2 changed files with 8 additions and 8 deletions

View File

@ -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 |

View File

@ -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" %}}