class: DummyStorageService
DummyStorageService
NOTE
DynamoStorageService
Optional
Private
delete item by id
unique-id
say hello()
increment number attribute (or overwrite string field)
data (ONLY number is supportable)
(optional) update-set.
read (or error 404 NOT FOUND - id:...)
404 NOT FOUND - id:...
read or create if not-found.
auto creation if not-found.
Protected
save (or create) of model.
data.
update some attributes of model
data
(optional) incrementals like count = count + 1
count = count + 1
Generated using TypeDoc
class:
DummyStorageService
NOTE
DynamoStorageService