EZStore: a tiny serverless datastore for IoT data (DynamoDB + Lambda)

from blog Simply Explained, | ↗ original
I've been working on a few IoT projects recently, and while prototyping, I need a simple but flexible data store. I just want to push data to an API and query and visualize it later on.There are many solutions for this, but most are expensive or very limited. So I set out to build my own serverless IoT data store with 2 Lambda functions and a D...