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/06/26 01:56:24 UTC

[GitHub] csantanapr opened a new issue #955: api basePath error when it have multiple segments

csantanapr opened a new issue #955: api basePath error when it have multiple segments
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/955
 
 
   I tried to create an api declaring an apigateway syntax
   ```yaml
       apis:
         FunctionswithDataStarterKit:
           FunctionswithDataStarterKit/api:
             create:
               create: 
                 method: "POST"
   ```
   Trying to deploy gives an error about base Path
   ```
   Error: manifestreader.go [113]: [ERROR_YAML_FILE_FORMAT_ERROR]: File: [manifest.yml]:
   ==> manifest_parser.go [1165]: [ERROR_YAML_PARSER_ERROR]: File: [manifest.yml]: API Gateway base path [FunctionswithDataStarterKit/api] is invalid. It has path parameters which is not supported, only relative path supports path parameters.
   ==>
   ```

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