I was working with new digitalocean functions, i have a package and functions within. i need a dns record for all functions. Can i do that on digitalocean account.
https://faas-fra1-xxx.doserverless.co/api/v1/web/fn-xxx/my-package <=> https://my-package.my-domain.com
So i want to use all functions on my domain. How can i make that happen? Tried cname record but it didn’t work. Also functions namespace (or package) not seeming as a resource on digitalocean dns page.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hey @alieel,
Currently, this is possible if functions are deployed through the App platform:
https://docs.digitalocean.com/products/app-platform/how-to/manage-functions/
If that’s not desirable, it can be done with a droplet and load balancer.
This is a feature request we’re getting often, so it’s on the radar to enable this for functions directly.
The best thing to do to get your voice heard regarding this would be to head over to our Product Ideas board and post a new idea, including as much information as possible for what you’d like to see implemented.
Best,
- Bobby.