Is there a way to use the root URL https://{api_id}.execute-api.{self.region}.amazonaws.com/ instead of the path https://{api_id}.execute-api.{self.region}.amazonaws.com/fireprox/? I tried modifying the code to support this, but I wasn't able to figure it out, as I'm not sure what the paths in the template are doing. (I believe that's what needs to be changed)
Unfortunately Fireprox was designed to use /fireprox specifically. It will still point to the root of whatever URL you point it at. It's mainly just for the API gateway.
Is there a way to use the root URL
https://{api_id}.execute-api.{self.region}.amazonaws.com/
instead of the pathhttps://{api_id}.execute-api.{self.region}.amazonaws.com/fireprox/
? I tried modifying the code to support this, but I wasn't able to figure it out, as I'm not sure what the paths in the template are doing. (I believe that's what needs to be changed)