Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 307 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 307 Bytes

backend-identity-service

Local setup

DynamoDB Local - (Docker) run "docker-compose up", in a seperate tab run "npm run start-dynamo" this will create your tables. - (Without Docker) To run dynamodb-localhost package, remove comments from ./test/dynamodbLocalServer.js and run "npm run start-dynamo"