View source: R/start-listening.R
wait_for_event | R Documentation |
The query will receive a response when an input is queued up. If there is no input waiting, the Lambda instance will be shut down after a period of inactivity.
wait_for_event(config = lambda_config())
config |
A list of configuration values as created by the
|
The Request ID is unique for each input of a Lambda. It is carried by the
"lambda-runtime-aws-request-id" header of the response from the next
invocation endpoint (see endpoints
).
If an error occurs when extracting the Request ID it is impossible to post it to the invocation error endpoint as that is determined by the Request ID. We log the error and move on.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.