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 1d860cb commit 6ae5d83Copy full SHA for 6ae5d83
SchemaDesign/WriteSharding/README.md
@@ -6,6 +6,7 @@ Code examples provided demonstrate writing and reading from a DynamoDB table usi
6
7
## Run it
8
Python: The script requires you have Python3 and installed modules: boto3, json, and random.
9
+
10
DynamoDB: Create a table called "ExampleTable" with a partition key of "pk" and a sort key of "sk". Change the AWS Region to your closest.
11
12
% python3 WriteShardingExample.py
0 commit comments