Toby Harris
05/21/2022, 2:23 PMThere are no available API endpoints in your app.
in App Settings → Custom Domains, and searching here suggests that at least was the case in the past)Frank
Frank
Api
and StaticSite
construct).Frank
customDomain: app.stage === "prod"
? "<http://mydomain.com|mydomain.com>"
: `${app.stage}.<http://mydomain.com|mydomain.com>`
2. SST is aware of the state of the configuration. On remove, SST is able to clean it up.Frank
Frank
Toby Harris
05/25/2022, 9:37 AMapi
subdomain to an existing company domain with DNS etc. elsewhere. Having added Route 53 for just the subdomain, wasn’t hard to figure out I needed to specify <http://api.domain.com|api.domain.com>
for both hosted zone and domain name, but explicitly stating that in the guide / a help page would be good.