I installed cryptography
using the pip install cryptography -t .
in my windows command prompt then I zipped it and uploaded in AWS Lambda, but whenever I run the code in AWS lambda I get the below error
No module named 'cryptography.hazmat.bindings._padding
Please anyone help me to get rid of this error.
I am using python 3.6 in my windows system
Upgrading the cryptography package worked for me
pip3 install --upgrade cryptography
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With