serialise_result {lambdr} | R Documentation |
This result is posted as is, and so all JSON serialisation, etc. must be performed here.
serialise_result(event, config)
event |
the response received from querying the next invocation endpoint. |
config |
A list of configuration values as created by the
|
character.
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.