-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Error: .NET binaries for Lambda function are not correctly installed #6733
Comments
Update: this also happens when using Running with
|
Hi, dotnet projects need to be built before being run with our local commands. This can be done with |
Looks like that fixes it. Wild. |
|
Description:
When running a brand new Lambda Annotations project via
sam local start-api
, the first request logs outError: .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 the required .deps.json file.
, along with a py stacktrace.Steps to reproduce:
Observed result:
Expected result:
200 response
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
sam --version
: SAM CLI, version 1.110.0The text was updated successfully, but these errors were encountered: