yogeshzairfoil
yogeshzairfoil
@mscdex I logged it. It is lower case
```ts headers: { ...event.headers, "Content-Type": event.headers["Content-Type"] || event.headers["content-type"], }``` I tried updating the string here to have to exactly same case the error is mentioning.
It logs back as `string` I really feel there might be something on Busboy's end that is messing this up. I think people still have these problems with lamda functions...