serverless-dynamodb-local
serverless-dynamodb-local copied to clipboard
Networking error ENONET when no internet connectivity
trafficstars
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=*

Expected Behavior : Plugin should work, when there is no internet connectivity for offline development
Note: It is working perfectly when internet connectivity is available.