generate_result | R Documentation |
Parse the content of an event and pass it through the handler function
generate_result(event, config = lambda_config(), deserialiser = NULL)
event |
the response received from querying the next invocation endpoint. |
config |
A list of configuration values as created by the
|
An object of class the same as event
. The object contains a
result
value, and the result_calculated
attribute is set to TRUE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.