dougmoscrop / serverless-http

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

Update type definitions to show handler now accepts APIGatewayProxyEventV2 objects #174

Closed mpvosseller closed 4 years ago

mpvosseller commented 4 years ago

Updates the TypeScript type definition file to show that the handler now accepts APIGatewayProxyEventV2 objects. This was enabled in https://github.com/dougmoscrop/serverless-http/pull/150 by @TehNrd

dougmoscrop commented 4 years ago

Thanks!