2

I am using the npm vogels package, which is built on the main aws-sdk package for accessing all AWS services, including DynamoDB.

I'm trying to get good error handling when the connection cannot be made (wrong credentials, etc), but currently the vogels queries just hang indefinitely when I intentionally break my connection parameters. I don't see any connection error handling API available, but ideally I'd like to bind an error event handler or similar so when I cannot connect, the program does not simply hang.

Peter Lyons
  • 142,938
  • 30
  • 279
  • 274
  • hmm, so you make a call (what sort of operation did you try?) and it didn't return an error to the callback? – RodH257 Jun 21 '16 at 13:22

0 Answers0