Closed mitchellsimoens closed 5 years ago
To work around this locally, I just edit node_modules/dynamodb-localhost/dynamodb/config.json
to be:
{
"setup": {
"download_url": "http://s3-us-west-2.amazonaws.com/dynamodb-local/dynamodb_local_2019-02-04.tar.gz",
"install_path": "/bin",
"jar": "DynamoDBLocal.jar"
},
"start": {
"port": 8000
}
}
+1
worked fine all day. and then suddenly broke.. quite a lame situation to find yourself in.
cool fix for now though.
If this isn't fixed as soon as you'd like, always a way to patch this like in a CI too using https://github.com/ds300/patch-package
Just an FYI, looks like this is working for me today. Closing.
Looks like http://s3-us-west-2.amazonaws.com/dynamodb-local/dynamodb_local_latest.tar.gz was just released today but is returning a 403. I can see the entry: