Is there a way for multiple functions within the DO (DigitalOcean) App to share the same utils/constants and requirements file?
The issue I'm facing is that every time I create a new function, I have to redefine all the constants, package requirements, and even the build.sh file. This repetition is becoming cumbersome for me.
Is there a way for multiple functions within the DO (DigitalOcean) App to share the same utils/constants and requirements file?
The issue I'm facing is that every time I create a new function, I have to redefine all the constants, package requirements, and even the build.sh file. This repetition is becoming cumbersome for me.
Here is my folder structure: