dougmoscrop / serverless-http

Use your existing middleware framework (e.g. Express, Koa) in AWS Lambda 🎉
Other
1.72k stars 166 forks source link

promise handler #51

Closed yoonhoGo closed 5 years ago

yoonhoGo commented 6 years ago

I occasionally import an express app into a promise and the handler should return asynchronously. So I modified it to be possible. We have also considered keeping the previous usage. You only need to check the added usage.

yoonhoGo commented 6 years ago

@dougmoscrop Oh sorry, I missed out assignees.