krook / openwhisk-package-mqtt-watson

Watson MQTT feed package for IBM Cloud Functions (based on Apache OpenWhisk)
Apache License 2.0
1 stars 10 forks source link

Fix feed action's usage of global object 'whisk' since it is already … #4

Closed bryantsai closed 7 years ago

bryantsai commented 7 years ago

Fix feed action's usage of global object 'whisk' since it is already deprecated and not available on Bluemix.

krook commented 7 years ago

Hi @bryantsai. Sorry I didn't see this earlier.

In the OpenFridge repository itself I made quite a few modifications for the latest OpenWhisk programming model, including this change. :(

I have to either merge those in here or reference this project as a submodule to ensure I don't have code in two places:

https://github.com/krook/openwhisk-package-mqtt-watson/issues/1 https://github.com/krook/openfridge/issues/4

krook commented 7 years ago

Resolved in the latest pull request.