Is there a way to get restApi/ApiGatewayV1Api NOT ...
# help
d
Is there a way to get restApi/ApiGatewayV1Api NOT to use the stage in the url? eg. this
<https://xxxxxxx.execute-api.us-east-1.amazonaws.com>
not this
<https://xxxxxxx.execute-api.us-east-1.amazonaws.com/stage_here>
I know that httpApi/sst.Api does not require it… but I need to use ApiGatewayV1Api.
j
the only way I know of is using a custom domain
d
@Jon Holman Thanks, thats the plan then.