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

Latest commit

 

History

History
38 lines (19 loc) · 693 Bytes

README.md

File metadata and controls

38 lines (19 loc) · 693 Bytes

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