narcisghe

Results 1 comments of narcisghe

in my case the issue was that i was using a domain name that was incorrect. ` const hostedZone = route53.HostedZone.fromLookup(this, buildConfig.Parameters.AWS_HOSTED_ZONE_ID, { domainName: buildConfig.Parameters.AWS_DOMAIN_NAME }); ` The domain name...