docker-lambda
docker-lambda copied to clipboard
imports failing with Python
I'm using an import in my Python handler like:
from osgeo import gdal
and getting the error:
Unable to import module 'lambda_function': No module named 'osgeo'
What am I doing wrong?
Thanks for the help and for creating the Lambda layer!