17 lines
437 B
JSON
17 lines
437 B
JSON
{
|
|
"TableName": "mqtt_sub",
|
|
"KeySchema": [
|
|
{ "AttributeName": "clientid", "KeyType": "HASH" },
|
|
{ "AttributeName": "topic", "KeyType": "RANGE" }
|
|
],
|
|
"AttributeDefinitions": [
|
|
{ "AttributeName": "clientid", "AttributeType": "S" },
|
|
{ "AttributeName": "topic", "AttributeType": "S" }
|
|
],
|
|
"ProvisionedThroughput": {
|
|
"ReadCapacityUnits": 5,
|
|
"WriteCapacityUnits": 5
|
|
}
|
|
}
|
|
|