store
handle storing data persistently store "DynamoDB"
How to use
Store payload
Param
Typeof
Default
Required
Description
key
String
null
✅
the cache key to be used to save/get/remove your data from store.
data
Any
null
✅
the data item to be stored.
callback
Function
null
❌
a callback will be called when the data is saved/removed from store
method
String
GET
❌
a method to save/get/remove available methods: GET, POST, DELETE
personal
Boolean
false
❌
if true Dashboard will append the user sub to the key automatically
Save data to store
Get data from store
Remove data from store
Last updated