-
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
Function OOM Fail #7570
Comments
By the way, my friend could run this project locally using his computer( with an M1 chip). |
I've tried to re-produce this issue with M1 machine. I was able to build & invoke a python3.12 runtime lambda function with both X86 and arm64. Since you mentioned that your friend can also run it, can you try to update or re-install Docker on your machine? |
It works. My method is to uninstall and reinstall everything (aws-cli \sam\colima\docker desktop, etc.). This time I did not install colima, and used the latest version of docker desktop (be careful not to link from the Amazon documentation), and then compiled and deployed locally. Although it now reports some errors in the project layer, I can try to solve it myself. |
|
Description:
When I use command to start my project
sam build && sam local invoke
It failed and only got a remind
and reminding my computer uses an M3 chip, I doubt that problem, before I changed my project Architectures from x86_64 to arm64 because I could't use sam build command
Steps to reproduce:
When I use command
sam build && sam local invoke --debug
Observed result:
I see the docker has the images, if I run,things like
Expected result:
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
sam --version
: SAM CLI, version 1.125.0Add --debug flag to command you are running
The text was updated successfully, but these errors were encountered: