You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Cannot promisify an API that has normal methods with 'Async'-suffix
See http://goo.gl/MqrFmX
at checkValid (bluebird/js/release/promisify.js:54:27)
at promisifiableMethods (bluebird/js/release/promisify.js:77:5)
at promisifyAll (bluebird/js/release/promisify.js:241:9)
at Function.Promise.promisifyAll (bluebird/js/release/promisify.js:311:12)
at new SQSQueue (sqs-queue-source/index.js:15:17)
Crashes with aws-sdk
2.305.0
and laterExplanation aws/aws-sdk-js#2229
A workaround is to lock on aws-sdk
2.304.0
The text was updated successfully, but these errors were encountered: