UNPKG

313 BMarkdownView Raw
1# Invoke
2
3This plugin invokes an OpenWhisk Action.
4
5## How it works
6
7`Invoke` hooks into the [`invoke:invoke`](/lib/plugins/invoke) lifecycle. It
8will send the HTTP POST request to the Action endpoint to trigger the function
9activation.
10
11The output of the function is fetched and will be prompted on the console.