How to remove serverless dashboard?

大兔子大兔子 提交于 2019-12-11 18:01:01

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!