You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
At amazon/dynamodb-local:1.17.0
$ docker run -p 8000:8000 amazon/dynamodb-local:1.17.0
The text was updated successfully, but these errors were encountered:
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.
DynamoDB Local Web Shell seems to be deprecated.
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
At amazon/dynamodb-local:1.17.0
The text was updated successfully, but these errors were encountered: