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.
Issue
Using this library under Windows (cmd) does not spawn the DynamoDB java process.
Possible solution
shell: trueoption intochild_process.spawnwould execute the command in a shell.child_process.spawnwith a cross platform compatible shell library such asshelljs.