Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在本地运行无服务器应用程序,但它抛出了这个错误:
Stack with id <my_stack_id> does not exist
我还没有部署堆栈,只是尝试在本地运行它。离线无服务器插件是否可能仅适用于现有部署的堆栈?
您无需部署堆栈
离线使用无服务器所需的东西:
plugins: - serverless-offline
在你的 serverless.yml 文件中
然后运行命令sls offline start
sls offline start
然后你可以调用你的 lambda 函数sls invoke local
sls invoke local