This is a fork of Alex's excellent DynamoDB demo / sample that builds a simple Instagram backend clone to use OneTable.
For a full discussion, please read
Building Instagram with DynamoDB and OneTable.
The original project was built for a DynamoDB demo on Marcia Villalba's YouTube channel.
This fork utilizes OneTable to explore the benefits of using OneTable compared to native DynamoDB APIs.
The OneTable differences are:
- ./connect/Schema.js -- The OneTable entity schema
- ./connect/index.js -- Setup for the OneTable DynamoDB connection and initialization
- ./data -- The logic models now use OneTable which provides a CRUD API for each entity
- ./handlers -- Adjusted to use the slightly different syntax of the data API