Skip to content

Instantly share code, notes, and snippets.

@kukielp
Created June 9, 2020 06:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kukielp/dc70b44202fe60267b865409395a937d to your computer and use it in GitHub Desktop.
Save kukielp/dc70b44202fe60267b865409395a937d to your computer and use it in GitHub Desktop.
//Lookup the zone based on domain name
const zone = route53.HostedZone.fromLookup(this, 'baseZone', {
domainName: 'url2qr.me'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment