@modaoperandi2/serverless-utilities
v1.0.8
Published
A Typescript class for managing the fancy footwork between objects and a Adjacency List structure.
Downloads
12
Readme
adjacency-list
A Typescript class for managing the fancy footwork between objects and a Adjacency List structure.
Known issues:
findOne
doesn't appear to be returning the indexed key that is used for retrieval.- Need to introduce pagination on list, find etc.
- Datastore inputs are too "DynamodDB" - generalize for more fun.
- Public/Private/Protected is a mess - need to clean this up
- Some of the calls feel slow, likely due to redundant calls to the datastore.