Open
Description
Hello,
I am trying to execute my python program to generate pdfs using FPDF module. When I run the program manually, there are no issues. However, when I try to automate the entire process with AWS Lambda, the logs show that the python program execution stops (without an error) after the first call to the fpdf.output('path/to/file.pdf','F'). No statements after this one are executed.
Can someone help me out with this?
Thanks.
Metadata
Assignees
Labels
No labels
Activity