serverless-dynamodb-local icon indicating copy to clipboard operation
serverless-dynamodb-local copied to clipboard

Networking error ENONET when no internet connectivity

Open ashokjayaprakash opened this issue 6 years ago • 0 comments

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

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

Note: It is working perfectly when internet connectivity is available.

ashokjayaprakash avatar Feb 04 '18 17:02 ashokjayaprakash