Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.02 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.02 KB

DynamoDB Instagram using OneTable

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.

Background

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