小编Sam*_*lon的帖子

.NET 二进制文件缺少 AWS Lambda

我已通过 Visual Studio --> 发布到 AWS Lambda 将 .NET6 项目作为 zip 上传到 AWS Lambda,但是当我测试 lambda 时,收到此错误:

Error: .NET binaries for Lambda function are not correctly installed in the /var/task directory of the image when the image was built. The /var/task directory is missing.
Run Code Online (Sandbox Code Playgroud)

有人对为什么会发生这种情况有任何建议吗?当您以 zip 形式发布时,AWS Lambda 是否不负责包含二进制文件?

谢谢

c# amazon-web-services aws-lambda .net-6.0

7
推荐指数
1
解决办法
7079
查看次数

标签 统计

.net-6.0 ×1

amazon-web-services ×1

aws-lambda ×1

c# ×1