jdx/npm-register

Support AWS SDK > 2.304 and Bluebird PromisifyAll

dgautsch opened this issue · 0 comments

As seen in #135 and #143 the latest changes to AWS SDK break our PromisifyAll with bluebird.

Potential Solutions

-Utilize a suffix

bluebird.promisifyAll(AWSSQS, {suffix: 'Promise'})