digitalocean / digitalocean/sample-functions-python-sendgrid-email
Multiple functions within an App share same utilities.
Open
- Dominant language
- Python
- Stars
- 24
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
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:
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.