Hi there!
I wanted a bit of clarification on what the sls deploy command does to existing AWS environment variables.
The issue my team is having is the following:
- We setup Circle CI to deploy our AWS lambdas via
sls deploy --stagecommand - When Circle CI runs
sls deployit looks like all existingenvironment variablesget removed since we are not setting them in serverless.yml
We don’t want our environment variables to get wiped for every deploy, is there a way around this?