You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/05/21 12:29:57 UTC

[GitHub] kpavel opened a new issue #916: deploying manifest containing APIs with same backend action fails

kpavel opened a new issue #916: deploying manifest containing APIs with same backend action fails
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/916
 
 
   
   For example, result of deploying manifest below will be single API (h1 or h2 or h3) instead of expected three
   
   packages:
       api-gateway-test1:
           version: 1.0
           license: Apache-2.0
           actions:
               greeting1:
                   web-export: true
                   version: 1.0
                   function: src/greeting.js
                   runtime: nodejs:6
           # new top-level key for defining groups of named APIs
           apis:
               h1:
                   hello1:
                       world1:
                           greeting1: GET
               h2:
                   hello2:
                       world2:
                           greeting1: GET
               h3:
                   hello3:
                       world3:
                           greeting1: GET
   

----------------------------------------------------------------
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