Working on persistence api
This commit is contained in:
parent
8ddefe9c89
commit
4b6e7698da
@ -201,10 +201,10 @@ resources:
|
|||||||
|
|
||||||
KeySchema:
|
KeySchema:
|
||||||
-
|
-
|
||||||
'AttributeName': 'user',
|
'AttributeName': 'user'
|
||||||
'KeyType': 'HASH'
|
'KeyType': 'HASH'
|
||||||
-
|
-
|
||||||
'AttributeName': 'name',
|
'AttributeName': 'name'
|
||||||
'KeyType': 'RANGE'
|
'KeyType': 'RANGE'
|
||||||
|
|
||||||
ProvisionedThroughput:
|
ProvisionedThroughput:
|
||||||
|
Loading…
Reference in New Issue
Block a user