In this section the trigger create command is wrong.
-f /myOrg_mySpace/Service credentials-1/messageHubFeed points to non existing resource instead of feed action.
I would recommend to ask user run:
ibmcloud fn package list | grep MyEventStreamBind
And use the output in create trigger command. The myOrg_mySpace confusing as well:
ibmcloud fn trigger create mytrigger -f <"output of the command above">/messageHubFeed -p topic mytopic
In this section the trigger create command is wrong. -f /myOrg_mySpace/Service credentials-1/messageHubFeed points to non existing resource instead of feed action.
I would recommend to ask user run:
ibmcloud fn package list | grep MyEventStreamBind
And use the output in create trigger command. The myOrg_mySpace confusing as well: ibmcloud fn trigger create mytrigger -f <"output of the command above">/messageHubFeed -p topic mytopic