vladholubiev / serverless-libreoffice

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

AWS Lambda Python 3.9 #45

Open NTC4818 opened 6 months ago

NTC4818 commented 6 months ago

Has anyone had success transforming the lambda layer from python 3.8 to python lambda 3.9?

ambigus9 commented 6 months ago

Here working only on Python 3.7

NTC4818 commented 6 months ago

Yes but 3.7 is no longer supported on AWS Lambda.

NTC4818 commented 6 months ago

And 3.8 dies later this year in support, so is there a way to build these binaries to run in python 3.9 Lambda Layer?

ambigus9 commented 4 months ago

@NTC4818 Has been you find any solution? Maybe if you use Docker and load the imagen to AWS ECR and attach the image to the lambda, may be will work?