99x / 99x/dynamodb-localhost

DynamoDB Local Web Shell was deprecated.

Open
#68 1 comment 0 reactions 0 assignees View on GitHub
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
```

![1.16.0](https://user-images.githubusercontent.com/14287054/158480928-1c8088e3-ab7d-4292-9d2d-8d83c6e1a46d.png)

### At amazon/dynamodb-local:1.17.0

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

![1.17.0](https://user-images.githubusercontent.com/14287054/158480938-d2c81e51-810a-471f-8fdb-7ccd43ef9895.png)

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.