Skip to content

Commit 35e5b8a

Browse files
author
AWS
committed
Amazon DynamoDB Update: This change adds support for witnesses in global tables. It also adds a new table status, REPLICATION_NOT_AUTHORIZED. This status will indicate scenarios where global replicas table can't be utilized for data plane operations.
1 parent 40ec34b commit 35e5b8a

File tree

4 files changed

+193
-105
lines changed

4 files changed

+193
-105
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon DynamoDB",
4+
"contributor": "",
5+
"description": "This change adds support for witnesses in global tables. It also adds a new table status, REPLICATION_NOT_AUTHORIZED. This status will indicate scenarios where global replicas table can't be utilized for data plane operations."
6+
}

services/dynamodb/src/main/resources/codegen-resources/dynamodb/endpoint-rule-set.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@
181181
"authSchemes": [
182182
{
183183
"signingRegion": "us-east-1",
184-
"name": "sigv4",
185-
"signingName": "dynamodb"
184+
"signingName": "dynamodb",
185+
"name": "sigv4"
186186
}
187187
]
188188
},

0 commit comments

Comments
 (0)