amazon-archives/aws-serverless-auth-reference-app

lambda wrapper functions break any Promise returns

Closed this issue · 0 comments

Trying to use a promise object in a method in bookings.js will error with then undefined. This appears to be casued by the wrapper.wrapFunction which has its own then function.