DEV Community

Discussion on: Run a DynamoDB instance locally with Node.js

Collapse
 
ajinkabeer profile image
Ajin Kabeer • Edited

Hello Livi,

Thanks for reaching out to me. It's actually my mistake. Firstly, the file should have been saved as a .json file and secondly with proper JSON syntax. I have updated former scrantonData.js into scrantonData.json file with proper syntax.

Copy the JSON file to your IDE and then create a new file called putScrantonData.js and copy the last code snippet and run node putScrantonData.js

If you run into any trouble, I'll be here.

Collapse
 
livijohnson profile image
livijohnson

Worked perfectly, thank you!

Thread Thread
 
ajinkabeer profile image
Ajin Kabeer

Awesome :)