How can I set the stage name that AWS deploys my Websocket API gateway to? This is in contrast to the normal sls stage (dev. test, prod).
So, for a given development API such as Project-WebsocketGW-dev, I want to deploy it to API stages that are for a given purpose as opposed to dev/test/prod.
Here is a snippet from the AWS docs that show the stageName that I’m referring to:
wss://{api-id}
.execute-api.{region}
.amazonaws.com/{stageName}
Thanks!