stable-diffusion-aws-extension/update_scripts/multi_user/user_table.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" }
]
}