DynamoDB Local Web Shell was deprecated.
- Dominant language
- JavaScript
- Stars
- 34
- Forks
- 87
- PR merge metrics
- No merged PRs in 30d
Description
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](https://github.com/99x/dynamodb-localhost/pull/67), so please check it.
### At amazon/dynamodb-local:1.16.0
```shell
$ docker run -p 8000:8000 amazon/dynamodb-local:1.16.0
```

### At amazon/dynamodb-local:1.17.0
```shell
$ docker run -p 8000:8000 amazon/dynamodb-local:1.17.0
```

Contributor guide
No contributing guide indexed for this repository
Research direction
Review pull request #67 and compare the startup output from amazon/dynamodb-local:1.16.0 and 1.17.0 using the Docker commands in the issue. Confirm the Web Shell is unavailable in 1.17.0 and that the displayed message accurately reflects its deprecation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, docker, javascript
- Domain
- devops, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 20/100