Skip to content
New issue

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

Issue with serverless local development #8

Open
khalidx opened this issue Sep 13, 2020 · 0 comments
Open

Issue with serverless local development #8

khalidx opened this issue Sep 13, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@khalidx
Copy link
Member

khalidx commented Sep 13, 2020

Strange error when running npm run serverless:dev. On first request, the error below occurs. Also, it seems that DynamoDb is not starting up on port 8000.

No requests are testable locally to any endpoints defined in serverless.yml

Error: connect ECONNREFUSED 127.0.0.1:8000
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16) {
  errno: 'ECONNREFUSED',
  code: 'NetworkingError',
  syscall: 'connect',
  address: '127.0.0.1',
  port: 8000,
  region: 'localhost',
  hostname: 'localhost',
  retryable: true,
  time: 2020-09-13T03:39:21.731Z
}
@khalidx khalidx added the bug Something isn't working label Sep 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant