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 --stage
command - When Circle CI runs
sls deploy
it looks like all existingenvironment variables
get 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?