View source: R/rest-api-gateway-events.R
is_from_rest_api_gateway | R Documentation |
Determine if a Lambda event is coming via a REST API Gateway
is_from_rest_api_gateway(event_content)
event_content |
the content of the response received from querying the text invocation endpoint, as a character |
logical
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.