Skip to content

Python FPDF.output() glitches with AWS Lambda #214

Open
@rahuldalal99

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions