serverless-aws-alias icon indicating copy to clipboard operation
serverless-aws-alias copied to clipboard

Update endpoint links to point to alias when used with stage

Open dariuscox opened this issue 6 years ago • 1 comments

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

dariuscox avatar May 21 '18 15:05 dariuscox

Hi @dariuscox , nice catch! I fully agree that showing the real endpoint for the alias would make things much easier 😄

HyperBrain avatar May 22 '18 12:05 HyperBrain