I am using server side subscriptions quite a bit lately and I am loving it. The only frustration is that I need to copy paste boiler plate the whole time. e.g. if I need a function that sends a email to the user, I need to copy paste my auth tokens to access the mail server and the url for the mail server api et. Each and every subscription that sends a email needs to copy paste that.
Webtask.io allows us to store secrets that are used across the different serverless functions. Is there something similar here?