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

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

6 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages