View source: R/faasr_trigger.R
faasr_trigger | R Documentation |
Uses FaaS-specific APIs to generate triggers to execute downstream User Function Currently supports: * Apache OpenWhisk * AWS Lambda * GitHub Actions
faasr_trigger(faasr)
faasr |
list with parsed and validated Payload |
return nothing / send requests to the FaaS servers.
# This function can be run only in the container
if (interactive()){
faasr_trigger(faasr)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.