extract_event_headers {lambdr} | R Documentation |
Extract the headers from a Lambda event
Description
This function is largely equivalent to headers
, which it
wraps. The only difference is that the names of the headers returned are
converted to lower-case (these are meant to be case-insensitive) and the
headers are logged at the DEBUG level.
Usage
extract_event_headers(event)
Arguments
event |
the response received from querying the next invocation endpoint. |
[Package lambdr version 1.2.5 Index]