Open juanzapa opened 4 years ago
@juanzapa I got around this by installing the lambda layer from this repo: https://github.com/jeylabs/aws-lambda-poppler-layer
{..."layers": [<ARN>], ...}
to the .chalice/config.json
poppler_path='...'
from this line https://github.com/RWMostert/pdf-to-image-lambda/blob/master/app.py#L78pdf2image
should now be able to find popper via the lambda layer.
Hi there, I have done all the steps but when I enter a pdf to the bucket and the lambda function is activated it does not work, investigating the logs the following error appears.