greeting,
I use the AWS Lambda function to merge PDF files stored on S3. In addition, I need to create a PDF file (from HTML and CSS). I tried using wkhtmltopdf, but it seems to me that I will need to install it using apt-get install (which I donโt think I have access to AWS Lambda).
Any ideas on how I can do this?
Any suggestions for replacing wkhtmltopdf?
Thanks!
source share