https://pantsbuild.org/ logo
b

brave-policeman-49804

08/21/2019, 12:35 PM
hey, I am trying to deploy the pex as a lambda function. I followed the pants docs and used
python_awslambda
and generated the pex file. then I used lambdex test to test my pex file and it works but when I deploy this pex file as zip to the aws lambda service it gives me the error when testing that
"Unable to import module 'lambdex_handler': No module named 'lambdex_handler'"
Any idea what's happening?