Skip to content

Commit 1a4b2d3

Browse files
author
AWS
committed
Amazon DynamoDB Update: Endpoint Ruleset update: Use http instead of https for the "local" region.
1 parent e2b11d2 commit 1a4b2d3

File tree

3 files changed

+286
-289
lines changed

3 files changed

+286
-289
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": "Endpoint Ruleset update: Use http instead of https for the \"local\" region."
6+
}

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

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"parameters": {
44
"Region": {
55
"builtIn": "AWS::Region",
6-
"required": false,
6+
"required": true,
77
"documentation": "The AWS region used to dispatch the request.",
88
"type": "String"
99
},
@@ -52,15 +52,6 @@
5252
"ref": "Endpoint"
5353
}
5454
]
55-
},
56-
{
57-
"fn": "parseURL",
58-
"argv": [
59-
{
60-
"ref": "Endpoint"
61-
}
62-
],
63-
"assign": "url"
6455
}
6556
],
6657
"type": "tree",
@@ -342,7 +333,7 @@
342333
}
343334
],
344335
"endpoint": {
345-
"url": "https://localhost:8000",
336+
"url": "http://localhost:8000",
346337
"properties": {
347338
"authSchemes": [
348339
{

0 commit comments

Comments
 (0)