Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@modaoperandi2/serverless-utilities

timothydalbey4ISC1.0.8TypeScript support: included

A Typescript class for managing the fancy footwork between objects and a Adjacency List structure.

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.