99x / 99x/serverless-dynamodb-local

Removed all files in /bin for sls dynamodb remove

Open
#197 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
621
Forks
232
PR merge metrics
No merged PRs in 30d

Description

**Actual Behaviour**

bash: /bin/ls: No such file or directory
bash: /bin/bash: No such file or directory

**Expected Behaviour**

sls dynamodb remove

**Steps to reproduce it**

I'm using docker image and I installed packages in the container.
```
$ sls dynamodb install . //version 0.2.35
$ sls dynamodb start --migrate
$ sls dynamodb remove
$ ls
bash: /bin/ls: No such file or directory
```

Contributor guide

Open the contributing guide

Research direction

Reproduce the failure in the Docker-based setup using the listed install, start, and remove commands, then trace the implementation of the `dynamodb remove` command. Done means removal cleans up only the local DynamoDB installation and leaves `/bin/ls` and `/bin/bash` available.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, javascript
Domain
cli, devops
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.