dougmoscrop / serverless-http

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

fix: added node http server to handler union #291

Closed vorant94 closed 9 months ago

vorant94 commented 9 months ago

added node http server to type definitions, so in case the library is used in ts-based project compiler won't complain

original issue #284