代码之家  ›  专栏  ›  技术社区  ›  Ryan Williams

AWS CodeBuild+AWS Lambda=错误:找不到所需的'MyAssembly.deps.json'

  •  0
  • Ryan Williams  · 技术社区  · 7 年前

    Could not find the required 'MyAssembly.deps.json'.
    This file should be present at the root of the deployment package.: LambdaException
    
    1 回复  |  直到 7 年前
        1
  •  1
  •   Ryan Williams    7 年前

    在我的例子中,问题是Zip中文件的linux文件权限被设置为000;因此,当AWS Lambda提取Zip时,AWS Lambda没有访问该文件的文件权限MyAssembly.deps.json

    非常感谢 https://forums.aws.amazon.com/message.jspa?messageID=856247