-
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
Error when running sam local invoke (Sandbox.Failure) #6438
Comments
Hi, I've deleted the credentials portion of your issue, even if one or more keys in that code block were pseudo values. |
Hi there, |
Hello @hnnasit, thank you for your time. I changed it and tested it. I had the same error. |
|
@gustavofreze Did you manage to fix this ? If so what did you change 🙏 thank you |
No, I couldn't fix it. |
I'm building and then invoking my lambda function locally. When I do this, I encounter the error log below:
I didn't find any specific references on how to proceed.
I will provide what I believe is relevant to the problem. I've already checked that
main.py
is not being called. That is, the error occurs before executing the code.Project structure:
My Dockerfile:
My template.yml:
My samconfig.toml:
My data in .aws:
And finally, the command I execute in my makefile:
The text was updated successfully, but these errors were encountered: