AWS Lambda Error: Unable to import module 'function_name': No module named 'module._module'
问题 Please see the screenshots in particular after reading. I am deploying a python script on AWS Lambda which uses the package impyla which has a dependency on the package bitarray . from impala.dbapi import connect My python file is called authorize_ingress.py which has a function called handle_authorize_ingress(event, context) which are properly configured. See the screenshots below: My function's file: The handler in lambda specified: The handler in code itself: and my zip file has everything