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

DynamoDB Local Web Shell was deprecated. #68

Open
dodonki1223 opened this issue Mar 21, 2022 · 1 comment
Open

DynamoDB Local Web Shell was deprecated. #68

dodonki1223 opened this issue Mar 21, 2022 · 1 comment

Comments

@dodonki1223
Copy link

DynamoDB Local Web Shell seems to be deprecated.

DynamoDB Local Web Shell was deprecated with version 1.16.X and is not available any longer from 1.17.X to latest.

See here: https://stackoverflow.com/questions/70535330/dynamodb-local-web-shell-does-not-load

It worked on DynamoDB Local Web Shell version 1.16.0, but not on 1.17.0.
So I think it is necessary to correct the message displayed when starting DynamoDB Local.

I have created a pull request, so please check it.

At amazon/dynamodb-local:1.16.0

$ docker run -p 8000:8000 amazon/dynamodb-local:1.16.0

1.16.0

At amazon/dynamodb-local:1.17.0

$ docker run -p 8000:8000 amazon/dynamodb-local:1.17.0

1.17.0

@domdomegg
Copy link

FYI: This package (dynamodb-localhost) doesn't appear to be maintained, with no new releases to NPM in over 4 years.

Solution: You can use aws-dynamodb-local, a maintained fork, instead. (Disclaimer: I am a contributor to this fork). It is a drop-in replacement for this package, and is updated to fix this bug.

Migrating takes about 2 minutes, with a full guide in the README. Of course, it's all still open-source and MIT licensed. Ownership of this new package sits with a registered charity, that is committed to maintaining the package into the future and is open to contributions from the community.

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

No branches or pull requests

2 participants