You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/09/15 17:56:37 UTC

[GitHub] mrutkows opened a new issue #495: Github feed example shows "function" as valid key for Feed

mrutkows opened a new issue #495: Github feed example shows "function" as valid key for Feed 
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/495
 
 
   Github feed example shows this as valid:
   
   ```
   git_webhook:
     version: 1.0
     license: Apache-2.0
     feeds:
       webhook_feed:
         version: 1.0
         **function**: github/webhook.js
         runtime: nodejs@6
   ```
   
   however, "functions" is not supported in the actual spec.  Perhaps this is an attempt at some shortcut that we have not discussed/vetted properly?  
   
   The only way to ref a function is indirectly, using an "action" (i.e. the name of an action also declared in the manifest file.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services