11 lines
311 B
JSON
11 lines
311 B
JSON
{
|
|
"TableName": "MultiUserTable",
|
|
"KeySchema": [
|
|
{ "AttributeName": "kind", "KeyType": "HASH" },
|
|
{ "AttributeName": "sort_key", "KeyType": "RANGE" }
|
|
],
|
|
"AttributeDefinitions": [
|
|
{ "AttributeName": "kind", "AttributeType": "S" },
|
|
{ "AttributeName": "sort_key", "AttributeType": "S" }
|
|
]
|
|
} |