rynop / dynamodb-local

A wrapper for AWS DynamoDB Local, intended for use in testcases
MIT License
52 stars 30 forks source link

Addition of detachment flag to parameter set #19

Closed mathieudevos closed 6 years ago

mathieudevos commented 6 years ago

To kill a detached dynamodb, use the stopChild command with the child. Highly recommended to use the async await functionality from ES8+ as it saves a lengthy promise chains. Fixed the verbose flag, to default to false Fixed a type on the child.close that stated start instead of close Added -Xrs flag to be able to kill the child without running into exit code 143.

doapp-ryanp commented 6 years ago

Thanks! Will update in npm shortly