I have a simple code which writes some text on an image. I have uploaded all the required files as a zip package and the imported dependencies as layers.
One dependency - PIL needs libraqm
to work and I am unable to figure out how to add that dependency. In my local system I installed libraqm
with apt.
What I tried till now
Downloaded libraqm v 0.6 by using an unofficial rpm build. It did not resolve the issue.
Manually build the latest libraqm from the official github source. Did not work.
Thanks in advance