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/10/02 20:37:00 UTC

[GitHub] mrutkows commented on issue #581: WIP: "runtime=python" fails with "developer error" when language mismatch

mrutkows commented on issue #581: WIP: "runtime=python" fails with "developer error" when language mismatch
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/581#issuecomment-333657381
 
 
   However... this worked:
   ```yaml
   package:
     name: hello_world_package
     version: 1.0
     license: Apache-2.0
     actions:
       hello_world_runtime:
         function: src/hello.py
         runtime: nodejs
   ```
   
   ```json
           "result": {
               "greeting": "Hello, stranger from unknown"
           },
   ```
 
----------------------------------------------------------------
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