-
Notifications
You must be signed in to change notification settings - Fork 236
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
Getting a 403 on http://s3-us-west-2.amazonaws.com/dynamodb-local/dynamodb_local_latest.tar.gz when trying to install dynamodb local #209
Comments
I was experiencing the same problem a short time ago, but I just retried it and it worked. |
I've fixed this problem, but, the PR still open: 99x/dynamodb-localhost#41 |
we're getting this issue all of sudden. And it looks like a firewall/proxy issue although we've changed nothing. In any case, should the URL for the binary not be HTTPS now? |
Experiencing this as of today, out of nowhere. |
Also experiencing this starting today |
We are suddenly experiencing this too. |
I have a PR off the current master waiting for approval to fix this issue: 99x/dynamodb-localhost#78 |
Pls need that fix asap! |
Experiencing this right now with a PR. pipeline falling. |
We are also experiencing this error and pipeline is failing for a few days already. Any update on this? |
Is there any workaround available? |
Thanks a lot for your solution. It works perfectly. While we wait for @eheyder 's fix to be merged, @eheyder ’s fix can be implemented directly in the node_modules files for the dynamodb-local package in the files @eheyder added fixes for in his PR. You can then patch the npm package using patch-package. To do this, you can follow the steps below:
I think this can, especially if you need the changes ASAP. |
For my testing I just forked the serverless-dynamodb-local and updated to use the forked repo for dynamodb-localhost. This allowed for a single line update in the
to:
This is an alternative that can be used for a quick fix. |
The other way is to replace using
However, the method written by eheyder would be more excellent :) |
Fingers crossed for a new version on npm... |
Tnks! |
Actual Behaviour
when trying to stall dynamodb local using
sls dynamodb install
, I get an error:This only started happening 10 minutes ago and is failing on all previously working branches of my code as well. which leads me to believe that the issue is not local
Expected Behaviour
latest dynamodb should install
Steps to reproduce it
sample package.json file
The text was updated successfully, but these errors were encountered: