Issue
Using this library under Windows (cmd) does not spawn the DynamoDB java process.
Possible solution
- Passing in the
shell: true option into child_process.spawn would execute the command in a shell.
- Replace
child_process.spawn with a cross platform compatible shell library such as shelljs.