We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Greetings!
I've spent the better part of the day debugging this but I'm afraid I have hit a wall...
TL;DR: I've set up a sample repo to demonstrate the issue:
git clone https://github.com/cnuss-test-org-001/microservice-1-sls-rest-api
cd microservice-1-sls-rest-api
yarn
yarn start
Error from Serverless:
... offline: [HTTP] server ready: http://localhost:3000 🚀 offline: offline: Enter "rp" to replay the last request No issues found. ^C offline: Got SIGINT signal. Offline Halting... ➜ microservice-1-sls-rest-api git:(main) DynamoDB Local failed to start with code 130 Networking Error ---------------------------------------- Error: connect ECONNREFUSED 0.0.0.0:8100 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1144:16) Get Support -------------------------------------------- Docs: docs.serverless.com Bugs: github.com/serverless/serverless/issues Issues: forum.serverless.com Your Environment Information --------------------------- Operating System: darwin Node Version: 12.20.1 Framework Version: 2.57.0 (local) Plugin Version: 5.4.5 SDK Version: 4.3.0 Components Version: 3.17.1
serverless-dynamodb-local
SIGINT
DynamodbStreamsReadable
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Greetings!
I've spent the better part of the day debugging this but I'm afraid I have hit a wall...
Steps to Reproduce
TL;DR: I've set up a sample repo to demonstrate the issue:
git clone https://github.com/cnuss-test-org-001/microservice-1-sls-rest-api
cd microservice-1-sls-rest-api
yarn
yarn start
Error from Serverless:
FYIs
Observations from my debugging
serverless-dynamodb-local
which is bit of a departure from using https://github.com/mhart/dynalite, however it does support streamsSIGINT
, I thought this was the issueDynamodbStreamsReadable
emits one last https://github.com/CoorpAcademy/serverless-plugins/blob/fb4a8a5bf1f92f38336a46d5bce8e94085aa7d4c/packages/dynamodb-streams-readable/src/index.js#L169 on closing, but I can't understand why, so I have decided to kick it off to you with this issueThe text was updated successfully, but these errors were encountered: