Srdjan Cengic
Srdjan Cengic
For example i'm using sequelize http://docs.sequelizejs.com/ which is ORM for PostgreSQL which behind the scenes use `pg` module. Following wont work with ORM but will work if using `pg` directly:...
What i'm trying to do with the plugin is to nack/reject message to dead letter exchange (which has a type equal to `'x-delayed-message'`) if there was any `recoverableError` during message...
What seems to me from following example, is that library will return just body of response for `err` or `data`, what about headers? What if i need status code of...
Is there a cleaner way to access to current endpoint: `console.log(vogels.dynamoDriver().endpoint)` ?