So I have setup up an AWS API Gateway in front of my RESTFUL Flask API hosted on an EC2 instance and served with gunicorn but it gave me a really ugly endpoint to hit, is there a way I could get it on to a custom url?
I've been given this url https://123x123x.execute-api.eu-west-2.amazonaws.com/myendpoint/
I'd like to have one like https://myurl.net/myendpoint