dougmoscrop / serverless-http

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

fix(types): add type support for event payload v2 #166

Closed SachinShekhar closed 4 years ago

SachinShekhar commented 4 years ago

This library has been updated to support API Gateway Proxy Event Payload v2 as seen here. But, its type definitions were still outdated. This PR fixes that.