is there a way to remove a service in dev pipeline...
# seed
a
is there a way to remove a service in dev pipeline but not prod pipeline?
f
Hey @Alex Ketchum, there isn’t a way right now. But a workaround would be to remove all functions and resources inside the
serverless.yml
and deploy it to dev.
Does that work for you?