Skip to content

Commit ff5fb26

Browse files
Merge pull request #3 from bendudz/model-fix
Updated DataModel to be compatible with NoSQL Workbench 3.0.0
2 parents a25a61a + f3832a2 commit ff5fb26

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

data_model/DataModel.json

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"Author": "",
55
"DateCreated": "Dec 23, 2019, 7:12 PM",
66
"DateLastModified": "Dec 23, 2019, 7:13 PM",
7-
"Description": ""
7+
"Description": "",
8+
"AWSService": "Amazon DynamoDB",
9+
"Version": "3.0"
810
},
911
"DataModel": [
1012
{
@@ -21,6 +23,33 @@
2123
},
2224
"DataAccess": {
2325
"MySql": {}
26+
},
27+
"BillingMode": "PROVISIONED",
28+
"ProvisionedCapacitySettings": {
29+
"ProvisionedThroughput": {
30+
"ReadCapacityUnits": 5,
31+
"WriteCapacityUnits": 5
32+
},
33+
"AutoScalingRead": {
34+
"ScalableTargetRequest": {
35+
"MinCapacity": 1,
36+
"MaxCapacity": 10,
37+
"ServiceRole": "AWSServiceRoleForApplicationAutoScaling_DynamoDBTable"
38+
},
39+
"ScalingPolicyConfiguration": {
40+
"TargetValue": 70
41+
}
42+
},
43+
"AutoScalingWrite": {
44+
"ScalableTargetRequest": {
45+
"MinCapacity": 1,
46+
"MaxCapacity": 10,
47+
"ServiceRole": "AWSServiceRoleForApplicationAutoScaling_DynamoDBTable"
48+
},
49+
"ScalingPolicyConfiguration": {
50+
"TargetValue": 70
51+
}
52+
}
2453
}
2554
}
2655
]

0 commit comments

Comments
 (0)