Question about HTTP API. If I’m using “custom dom...
# sst
a
Question about HTTP API. If I’m using “custom domain” could I disable the “execute api” endpoint?
Copy code
httpApi: {
        disableExecuteApiEndpoint: true,
      },
I mean, I’m never going to use it from my client apps.
t
Does that work?
a
I didn’t try it.
But I’ve added to SST code and no errors.
I mean the lint.
But wanted to ask if this makes sense or not to do.
Due I’m never using
execute api
endpoint at all.
I don’t really need it to exists.
t
Yeah should be fine
a
👍
Thanks sir.