Prevent serverless.yml envrionmental variables from clobbering variables set via AWS web console

If I configure variables in serverless.yml, it will clobber or remove existing variables set via the AWS web console interface. I would like variables set via the console to take precedence. Is there a way to achieve this?