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 (674 forks)batch import
bughelp wanted

Repository metrics

Stars
 (4,977 stars)
PR merge metrics
 (No merged PRs in 30d)

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