-
-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pdf2image is not trivially usable in AWS Lambda #36
Comments
I must confess that I have little experience with AWS Lambda but I like the idea of having official documentation on how to deploy on cloud providers. I have been working on another repository called pdf2image-as-a-service. While my current approach is to bundle the application in a docker container and deploy it on ECS (on AWS), I could add a how-to with AWS lambda. In the meantime, if you figure it out please reply here as it could be used as a starting point for others. |
@Belval unfortunately I didn't have enough time to sort this through so I ended up ditching AWS Lambda for this small project. I would love to see support for Lambda though. If there were a straightforward way to use this library on Lambda I would move back to it. |
Poppler is a dependency of pdf2image -- you'll have to install it and place it in your PATH ( |
Indeed, but have you succeeded in installing it? If you did I'd be very interested to read about it. |
There is now an exhaustive example (with scripts to do it auto-magically) in https://github.com/Belval/pdf2image-as-a-service If you have any problem with that example, feel free to open an issue on that repository. |
Describe the bug
I'm trying to use this library in an AWS Lambda.
To Reproduce
Steps to reproduce the behavior:
pdf2image
Expected behavior
Would be nice to have an official guide on how to make it work, as I'm still trying to figure out how to include it. I'm no python expert but I guess shipping the binary directly would be the best.
The text was updated successfully, but these errors were encountered: