I have tried to configure Shapely on AWS Lambda, but always got the error below.
module initialization error: Could not find lib geos_c or load any of its variants ['libgeos_c.so.1', 'libgeos_c.so', '/usr/lib/libgeos_c.so'].
Not sure how to build shapelyin this case. Built my package on an instance Linuxand used it for deployment.
source
share