What’s the best way to access request headers on a POST request using httpAPI? in http they seem to be passed by default, but I can’t figure out how to access them with httpAPI. (JSON.parse(event.headers) doesn’t work).
Any suggestions gratefully received!