View source: R/parse-event-content.R
parse_event_content | R Documentation |
Parse the body of the Lambda event
parse_event_content(event, config)
event |
the response received from querying the next invocation endpoint. |
config |
A list of configuration values as created by the
|
A list containing the arguments to be passed to the handler function
Events coming from an API Gateway need to be treated a little differently,
both in parsing the event content and in posting the results. Refer to
vignette("api-gateway-invocations", package = "lambdr")
for details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.