I have multiple Cloud Functions in Google Cloud Platform that are very similar, changing only a few parameters and variable values between them.
Is there a way to tackle this problem, organizing them like Python modules in order to reduce code duplication? Sharing the same variable and functions between them, maybe?
I've thought about using environment variables but they do not offer the purpose that I want.
And none of this other two questions here and here have any guidance on that.
Sharing this as a community wiki for the benefit of others
As mentioned by @guillaume blaquiere