In lambda used pyarrow,but throw error :Unable to import module 'lambda_function': No module named 'pyarrow.lib'

0

I want to use pyarrow in lambda then create layer and upload pyarrow zip. And point the layer to my lambda,But My lambda still throw error:Unable to import module 'lambda_function': No module named 'pyarrow.lib'.

Yu Chen
asked 6 months ago655 views
1 Answer
0

Hi,

Please refer to this troubleshooting guide properly: https://repost.aws/knowledge-center/lambda-import-module-error-python.
Especially, make note of this:

Important: Make sure that you put the library that you import for Python inside the /python folder.

References:
[1] https://stackoverflow.com/questions/54317115/how-do-i-import-a-python-lambda-layer

Thanks,
Atul

profile picture
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions