Ivan Roskoshnyi
01/25/2022, 4:33 AMalternate domain name
(programatically) so my url will be human-readable instead of an URL with ID provided by AWS
The guide covers only customDomain and route53 creation but it doesn't cover full configuration of it using SST.
Glad to any suggestions!Frank
Ivan Roskoshnyi
01/28/2022, 9:56 AMcustomDomain:
scope.stage === "prod"
? {
domainName: "....com",
domainAlias: "...com",
hostedZone: '....com'
}
: undefined,
I was taking errors because of existing records in cloud front with same custom domain names