Parameters in path with -
mark the path as invalid
#70
Labels
support
Questions, discussions, and general support
-
mark the path as invalid
#70
Support plan
Context
What are you trying to achieve or the steps to reproduce?
We have an endpoint in a serverless.yml file specified as follows:
Serverless offline uses Hapi to generate a local server that allows offline testing of a Serverless application.
Unfortunately we are unable to change the parameter to a
_
separated one or camelCase because when deploying the Serverless application it complains because the same path already exists.What was the result you got?
Error: Invalid path: /dev/features/{entity-id}
What result did you expect?
Not having an error with the path.
The text was updated successfully, but these errors were encountered: