99x / 99x/serverless-dynamodb-local

Networking error ENONET when no internet connectivity

Open
#152 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

Serverless dynamodb local plugin is not working as expected when there is no internet connectivity.

When i tried to start the dynamodb local using following command, getting ENONET error.
```
sls dynamodb start --migrate
```
Error captured using **SLS_DEBUG=***
![image](https://user-images.githubusercontent.com/5776549/35780498-4ec31c72-0a02-11e8-81dd-637286cbc138.png)

**Expected Behavior :** Plugin should work, when there is no internet connectivity for offline development

**_Note: It is working perfectly when internet connectivity is available._**

Contributor guide

Open the contributing guide

Research direction

Start by reproducing `sls dynamodb start --migrate` with internet connectivity disabled and inspect the SLS_DEBUG output shown in the issue. Trace the startup path that attempts network access; done means the local DynamoDB plugin starts and migrates successfully without an internet connection.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, javascript
Domain
databases
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 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.