CodeGenieApp/serverless-express

[Bug]: `ConfigureParams` type is out-of-date.

Open

#365 opened on Feb 5, 2021

View on GitHub
 (4 comments) (2 reactions) (0 assignees)JavaScript (4,977 stars) (674 forks)batch import
bughelp wanted

Description

I was attempting to add a custom eventSource and was getting typehint failures as the eventSource isn't defined in the ConfigureParams type.

https://github.com/vendia/serverless-express/blob/mainline/src/configure.d.ts

Contributor guide