Hi there,
I have a serverless.yaml file that defines certain environmental variables and functions.
Is it possible to package those functions to a zip file and then deploy them using a different set of environment variables?
I mean, it’s not clear to me what happens with the env vars defined in the serverless.yml when it creates the package. Are they embedded in it in some way?
And when deploying a specific package, is there a way to overwrite, or set them?
@jfn0 Hahaa, no. I just found this plugin yesterday and it solved all my problem like having different env have different stageVar etc. My serverless.yaml file reduces from 700++ lines to less than 200.