We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a7dfa commit 3378da2Copy full SHA for 3378da2
docs/tutorial.rst
@@ -102,7 +102,7 @@ Here is an example that specifies both the ``host`` and the ``region`` to use:
102
table_name = 'Thread'
103
# Specifies the region
104
region = 'us-west-1'
105
- # Specifies the hostname
+ # Optional: Specify the hostname only if it needs to be changed from the default AWS setting
106
host = 'http://localhost'
107
# Specifies the write capacity
108
write_capacity_units = 10
0 commit comments