pontedilana / WeasyPrintBundle

Easily create PDF in Symfony by converting HTML using WeasyPrint
MIT License
32 stars 5 forks source link

Feature Request: Make WeasyPrintBundle AWS Lambda compatible #14

Open andythedandy opened 2 days ago

andythedandy commented 2 days ago

Hi there, thank you for the great work you guys are doing.

I would like to use this bundle to access weasyprint, which runs in an AWS lambda. The whole thing must of course be controllable via a configuration.

I hope that I will soon be able to provide a PR, but if someone has time to do it beforehand, I would really appreciate it :)

endelwar commented 6 hours ago

Hi @andythedandy!

I don't personally use AWS Lambda, but we welcome any PRs that enable using this bundle with AWS Lambda, provided they don't interfere with the standard functionality of the bundle or require mandatory dependencies (such as bref/bref) in composer.json for all users.

Feel free to open a PR!