python-libmagic
python-libmagic copied to clipboard
Anyone have success building this as a lambda layer?
Working on getting magic to work in python on AWS Lambda. Have tried lots of remapping and the heart of the error seems to be fundamental to the container that the code is running in.
/lib64/libc.so.6: version `GLIBC_2.28' not found (required by /var/task/lib/libmagic.so.1)
Anyone have any solution around this?