faasr_trigger {FaaSr} | R Documentation |
faasr_trigger
Description
Uses FaaS-specific APIs to generate triggers to execute downstream User Function Currently supports: * Apache OpenWhisk * AWS Lambda * GitHub Actions
Usage
faasr_trigger(faasr)
Arguments
faasr |
list with parsed and validated Payload |
Value
return nothing / send requests to the FaaS servers.
Examples
# This function can be run only in the container
if (interactive()){
faasr_trigger(faasr)
}
[Package FaaSr version 1.3.0 Index]