You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the TypeScript type definition for a Request types the multiValueHeaders property as an object whose values are strings. Based on the structure of the API Gateway event and the code in this library, it looks like this should be string[] instead of string.
I opened PR #273 to update the type definition to match the actual behavior.
Let me know if there’s anything else I can do to help!
The text was updated successfully, but these errors were encountered:
I noticed that the TypeScript type definition for a
Request
types themultiValueHeaders
property as an object whose values are strings. Based on the structure of the API Gateway event and the code in this library, it looks like this should bestring[]
instead ofstring
.I opened PR #273 to update the type definition to match the actual behavior.
Let me know if there’s anything else I can do to help!
The text was updated successfully, but these errors were encountered: