Skip to content

Commit 6ae5d83

Browse files
authored
Update README.md
1 parent 1d860cb commit 6ae5d83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SchemaDesign/WriteSharding/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Code examples provided demonstrate writing and reading from a DynamoDB table usi
66

77
## Run it
88
Python: The script requires you have Python3 and installed modules: boto3, json, and random.
9+
910
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.
1011

1112
% python3 WriteShardingExample.py

0 commit comments

Comments
 (0)