I use and contribute to open source at work, as work on some personal stuff. These are
some highlights of projects I work on:
- dynaglue is a JavaScript library for
DynamoDB that makes single-table designs easier to query and update
- jmespath.js is a library for
querying JSON documents (this is a fork of the original project which is
sporadically maintained)
- splitstack-postsapi shows
you how to do stack splitting successfully with the Serverless framework and AWS
- dynamodb-size calculates
the size of a document before you store it in DynamoDB, which is useful for cost
calculations and validation