It would be extremely helpful for the output from the deploy command to show the link for the alias endpoint instead of the stage.
For Example when using the command sls deploy -s dev --alias pipeline :
The output is: dev
GET - https://....execute-api.us-west-2.amazonaws.com/dev/hello
When the actual updated endpoint is: pipeline
GET - https://....execute-api.us-west-2.amazonaws.com/pipeline/hello
It would be extremely helpful for the output from the deploy command to show the link for the alias endpoint instead of the stage. For Example when using the command
sls deploy -s dev --alias pipeline
: The output is: devWhen the actual updated endpoint is: pipeline