Skip to content

Commit 62f6ca2

Browse files
author
AWS
committed
Amazon DynamoDB Update: Remove incorrect endpoint tests
1 parent a6b027d commit 62f6ca2

File tree

3 files changed

+98
-136
lines changed

3 files changed

+98
-136
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": "Remove incorrect endpoint tests"
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
@@ -180,9 +180,9 @@
180180
"properties": {
181181
"authSchemes": [
182182
{
183-
"signingRegion": "us-east-1",
183+
"name": "sigv4",
184184
"signingName": "dynamodb",
185-
"name": "sigv4"
185+
"signingRegion": "us-east-1"
186186
}
187187
]
188188
},

0 commit comments

Comments
 (0)