little-bear-labs / aws-utils

Apache License 2.0
56 stars 35 forks source link

Cannot Install on Windows #149

Closed lsutton00 closed 5 years ago

lsutton00 commented 5 years ago

I tried to install on windows and got this error:

`> download --extract -o emulator https://s3-us-west-2.amazonaws.com/dynamodb-local/dynamodb_local_latest.zip && ./install.sh

'.' is not recognized as an internal or external command, operable program or batch file.`

It seems to be a problem with ./install which should be .\install for windows. Is there any way I can fix/work around this?

cbaron commented 5 years ago

Take a look at the installation instructions for the package.

I would suggest installing dynamodb manually based on other instructions, although you're welcome to make a PR so that it works for windows automatically.

Then you can install the emulator and skip the dynamo emulator install:

npm i @conduitvc/appsync-emulator-serverless [--no-optional]