head -n1 serverless.yml
service: foobar-backend
hi, I want to override the service like so: foobar-hendry-backend
I’m hoping Serverless Variables can do it. But how do I test that service is what I want without actually deploying?
head -n1 serverless.yml
service: foobar-backend
hi, I want to override the service like so: foobar-hendry-backend
I’m hoping Serverless Variables can do it. But how do I test that service is what I want without actually deploying?
I’m not sure what you are trying to do.
You can just edit the file and change the service name ?
Yeah, I can edit the file, but then I need to remember to revert that line when I upstream it.