vladholubiev / serverless-libreoffice

Run LibreOffice in AWS Lambda to create PDFs & convert documents
https://vladholubiev.com/serverless-libreoffice
513 stars 75 forks source link

Updated to LO version 6.4.7.2, adjusted to Lambda Node 14 environment #40

Open sk-development opened 2 years ago

sk-development commented 2 years ago

Hi Vlad, first of all thanks a lot for creating and sharing that project! Really nice work, very much appreciated. I tried to compile my own LO binary based on your current repository state but found out that AWS has stripped down the lambda environment so much in the meantime that it did not run anymore (basically due to missing shared libraries). After spending multiple hours throughout the last weeks I finally managed to update everything to achieve a working compilation of LO version 6.4.7.2 that runs both in an AWS provided docker container and the "real" runtime. No idea why AWS does not provide a container that exactly matches the managed environment. Maybe you can have a look at that pull request and include it into your project to share it with all your users. BR Stefan