Hi,
I saw your response on kiteconnect setting in AWS, so trying to seek some help.
I am trying to import kiteconnect in AWS lambda function however not able to
1. installed loacally, zipped, and exported to aws but import is failing
"errorMessage": "Unable to import module 'lambda_function': No module named 'kiteconnect'",
"errorType": "Runtime.ImportModuleError",
2. zipped code along with the package (added lambda_function.py to kiteconnect installed folder and zipped) in this case facing
"errorMessage": "Unable to import module 'lambda_function': cannot import name 'x509' from 'cryptography.hazmat.bindings._rust' (unknown location)",
"errorType": "Runtime.ImportModuleError",
2 cases working fine in loacl but not in AWS. In case if you are able to work with kiteconnect in AWS lambda can you suggest me.
Thanks,
Kamal
December 2021