I have created an AWS Websocket API Gateway. It has given me an endpoint as follows:
wss://**********.execute-api.**-*****-*.amazonaws.com/dev
I need this to be changed to a custom domain. How can that be done. As I can see this URL provided by AWS is wss protocol URL.
- How to go about it?
- Can I use https://*****.com from route53?
- If not, how to create a custom wss domain?
- Or have I got to do something else