is there anything special I have to do to get a Cl...
# help
s
is there anything special I have to do to get a CloudFront CNAME working for an S3 bucket? if I edit the distribution, I see under CNAMEs, the correct domain. but there’s no entry for it in Route 53
a
For what purpose?
If it’s for a site, just use StaticSite construct, it handles all.
s
so files can be accessed via CloudFront. e.g.
<http://files.myapp.net/xx|files.myapp.net/xx>
a
Ah ok.
s
like media files
maybe I have to define the Route 53 record in CDK?
a
Maybe that would be ideal, to have all there.
I think you can do a lookup also.
If it’s already created.
s
oops, duh. I did miss a Route 53 definition in the old serverless.yml