Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for windows users using this library via 'serverless-dynamodb-local' #47

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

martineca
Copy link

Adding 'shell:true' to the starter.js file. This will fix issues that are affecting windows user when they are trying to start local dynamodb via the serverless-dynamodb-local package. The process starts and immediately shuts down.

… are affecting windows user when they are trying to start local dynamodb via the serverless-dynamodb-local package. The process starts and immediately shuts down.
@AshanFernando
Copy link
Collaborator

Thanks @martineca for the PR. I'm also tagging @mjzone to test this in a Mac to see whether it has an effect there as well. Will merge once I get the verification.

@martineca
Copy link
Author

It turns out that this change would cause issues on linux. I will investigate further.

@AshanFernando
Copy link
Collaborator

AshanFernando commented May 22, 2019

@martineca Let us know if you come across a fix for Linux. @mjzone tested on Mac and it seems to work fine there.

@martineca
Copy link
Author

@AshanFernando by using detached:true instead of shell:true the fix should work on all platforms now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants