Unable to import module 'lambda_function': No module named ...
coderedirect.com › questions › 572037For my case, it was lambda_function.lambda_handler-- failed with no module named 'pandas' error. placed the lambda function in the root folder, zipped the folder using 7zip software and upload the folder to the S3 bucket. For my case, I placed the function at location pythonlibpython3.6site_packageslambda_function.pyfailed with no module named 'pandas' error. Already tried these related solutions posted on SO, 1, 2, 3, 4, 5, 6