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) ### 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 |

View File

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