找不到 .NET Core AWS 无服务器应用程序所需的 *.deps.json

Could not find the required *.deps.json for .NET Core AWS Serverless Application

我没有对从 Visual Studio 模板创建的解决方案进行任何更改。

已通过更新 serverless.template 以包含:

进行修复

"CodeUri": "bin/Release/netcoreapp3.1"

然后:dotnet publish -c Release 在 运行 sam local start-api -t serverless.template 命令之前。