dougmoscrop / serverless-http

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

Fix package export from TS definitions #83

Closed tomc974 closed 5 years ago

tomc974 commented 5 years ago

This PR fix the package export from TS definitions.

The current TS definitions were unusable because it incorrectly exports serverlessHttp as a member of an object instead of exporting the function itself.