CodeGenieApp / CodeGenieApp/serverless-express
`Authorization` headers not passed properly through Api Gateway v1.
Open
- Dominant language
- JavaScript
- Stars
- 5.3k
- Forks
- 676
- PR merge metrics
- No merged PRs in 30d
Description
When attempting to pass `Authorization` headers, its accessible via `events.headers` directly, but not through the `event` object via `event.headers`. Seems to be related to #437 #464.
The patch suggested by #437 seems to work as expected, but would like to see this implemented into this library.
Contributor guide
Assessment
This issue has not been assessed yet.