jdx / npm-register

Your own private npm registry and backup server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support AWS SDK > 2.304 and Bluebird PromisifyAll

dgautsch opened this issue · 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'})