Skip to content

sensedeep/dynamodb-instagram

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.9%
  • JavaScript 29.6%
  • Other 0.5%