Re: [Cryptography-dev] help regarding cryptography package

2022-09-15 Thread Paul Kehrer
You appear to be using the pypy wheel, which is not appropriate for Lambda. The AWS Lambda documentation is the best path for understanding how to run Python packages with native modules, but you should assume you'll be using the cp36-abi3 x86_64 wheel. -Paul On Thu, Sep 15, 2022 at 5:53 AM Prath

[Cryptography-dev] help regarding cryptography package

2022-09-15 Thread Prathamesh Utekar
hey I am Prathamesh from India we are using cryptograhy package for our project on aws and we are getting error "Unable to import module 'lambda_function': cannot import name 'x509' from 'cryptography.hazmat.bindings._rust" can you guide us about this error we are using python3.9 for cryptography