Hey guys, I’m creating a `Distribution` from CFron...
# help
a
Hey guys, I’m creating a
Distribution
from CFront with CDK, but my
domainName
is not owned by my AWS account, it’s “external” to Route53. Using CDK construct, I’m getting errors… but on SST, when deployed
StaticWebsite
there is a property `isExternalDomain`… HOW I can replicate the same behavior from SST but with CDK?
@Frank you helped me before with
isExternalDomain
… how that actually works?
I figured it out…. adding a certificate just worked.
f
Hey @Adrián Mouly, yeah you’d need to create a certificate in ACM and manually update the DNS records.