dynamodb-local Use ` instead of : to refer region to keep the consistency with the
provider docs
This commit is contained in:
parent
2f6d20837f
commit
75492513ec
|
@ -250,7 +250,7 @@ func init() {
|
|||
"being executed. If the API request still fails, an error is\n" +
|
||||
"thrown.",
|
||||
|
||||
"dynamodb_endpoint": "Use this to override the default endpoint URL constructed from the :region.\n" +
|
||||
"dynamodb_endpoint": "Use this to override the default endpoint URL constructed from the `region`.\n" +
|
||||
"It's typically used to connect to dynamodb-local.",
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue