rynop / dynamodb-local

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

Fix stdio setup for child process #46

Closed lpsinger closed 1 year ago

lpsinger commented 1 year ago

stdin and stdout should be ignored, not piped.

This seems to fix hangs when using jest-dynamodb under GitHub Actions.

onhate commented 1 year ago

I'm having this issue too, applying this as patch solved it.

onhate commented 1 year ago

@rynop

rynop commented 1 year ago

@onhate @lpsinger merged and new ver published to npm. thanks!