Very helpful video! Does anythhing need to be done to "shut down" the virtual environment or is simply deleting the directories and zip file enough when finished?
If it dont work for someone even trying this for me to work, I used the exact folder structured showed in 3:20. putting the python3.x(python3.11 in my case)
In my case I got an error: "Unable to import module 'lambda_function': /opt/python/lib/python3.12/site-packages/bcrypt/_bcrypt.abi3.so: invalid ELF header", I tried to use bcrypt
If i had only found this video 10 hours ago. This simple explanation helped a ton, thank you
Amazing, tried to find an easy way to add the dependencies to my function and came to this, really clear and easy to follow tutorial, thanks a lot
I finally managed to get requests up and running because of this, the AWS docs aren’t clear, and other videos didn’t really explain it clearly. 😊
Thank you for saving my day!!!
Very helpful video! Does anythhing need to be done to "shut down" the virtual environment or is simply deleting the directories and zip file enough when finished?
Thanks bro
If it dont work for someone even trying this
for me to work, I used the exact folder structured showed in 3:20. putting the python3.x(python3.11 in my case)
There is a very very large difference between Python 3.1 (three point one) and Python 3.10 (Three point ten)
In my case I got an error:
"Unable to import module 'lambda_function': /opt/python/lib/python3.12/site-packages/bcrypt/_bcrypt.abi3.so: invalid ELF header",
I tried to use bcrypt