serialise_result {lambdr} | R Documentation |
Serialise a result
Description
This result is posted as is, and so all JSON serialisation, etc. must be performed here.
Usage
serialise_result(event, config)
Arguments
event |
the response received from querying the next invocation endpoint. |
config |
A list of configuration values as created by the
|
Value
character.
Invocations via an API Gateway
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.
[Package lambdr version 1.2.5 Index]