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