This exercise will test connecting Triggers to Actions using Rules in OpenWhisk. Binding Triggers using Rules allows OpenWhisk to automatically fire your Actions when external events occur.
Complete the following tasks to finish the exercise.
{ "message:"Trigger fired" }
This verification test fires the trigger and checks the activation logs. You can check the activation logs with the following command.
wsk activation list
Use the following command to review the details of an activation.
wsk activation get id
Read more about creating and using rule here. https://github.com/openwhisk/openwhisk/blob/master/docs/triggers_rules.md
» Need help with the task? openwhisk-workshop more
» To verify your work, run: openwhisk-workshop verify