Skip to content
This repository has been archived by the owner on Apr 4, 2021. It is now read-only.

Generic DynamoDB Repository with Typescript and Node.js

Notifications You must be signed in to change notification settings

hoangsetup/dynamodb-generic-repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamodb Generic Repository

Install

Deploying DynamoDB Locally on Your Computer

  • Docker

     docker run -p 8000:8000 -it --rm instructure/dynamo-local-admin
  • Amazon DynamoDB is provided as an executable .jar file

    Documentation

Migrate database

Create tables

ts-node ./src/migrate/create-tables.ts

Load Sample Data

moviedata.zip

ts-node ./src/migrate/load-simple-movies.ts

About

Generic DynamoDB Repository with Typescript and Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published