问题
I've decided to try the new Serverless framework dashboard and now I just can't get rid of it. It's getting my CloudWatch logs and asking me to be logged in to be able to deploy, it's so annoying!
Does anyone know how to remove it? I can only find how to install it on their docs...
回答1:
Solved this issue by removing the app
and org
option son the serverless.yml
file.
org: foo
app: foo-bar-api
service: foo-bar-api
...
来源:https://stackoverflow.com/questions/57972248/how-to-remove-serverless-dashboard