If you are in local
This feature is in early stage development !
Contact [email protected] to be able to test it.
Set CNAME in your domain or subdomain to: a32a71be9e5d1468a925011cc1a08bc1-1297102828.eu-west-3.elb.amazonaws.com
Copy in production this notebook as a dependency and allow notebooks to use it.
url = "https://public.naas.ai/****/asset/****"naas.domain.add("google.com", url)
Check status of domain service
status = naas.domain.status()
naas.domain.add("google.com", url)
Check list of all my register domain
domains = naas.domain.get()
url = "https://public.naas.ai/****/asset/****"naas.domain.delete("google.com", url)
naas.domain.delete("google.com")