By M
Hey everyone!
I’m experimenting with DO Functions, and I have a simple question in mind and having trouble finding the answer.
I want to know how I can shared code among functions? Assuming I have helpers.js file with helper functions I want to re-use among my Serverless Functions, how can I import this? Considering the functions are isolated by directory.
Best mauro
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!
Hi there,
What you could do is use a lib directory as described in the docs here:
The contents of the lib folder and the contents of each function’s directory affect what is included in each deployed function and how that function is built.
Here is also an example project that might help:
https://github.com/digitalocean/sample-functions-todo/tree/main
Hope that this helps and let me know if you have any questions!
Best,
Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.