Working AWS Lambda template with Quarto? #13727
Replies: 3 comments 1 reply
-
|
Unfortunately, with this little information, it's unlikely someone can help you. Please elaborate on your setup, such as system, Docker image, etc. As far as I know, AWS Lambda supports Docker, so you should be able to use that (if not already the case) to render anything. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, Here are some more details. I want to write a Dockerfile that will have quarto, R and python installed in order to generate some pdf reports based on an s3 object that is uploaded on an AWS S3 bucket. There are a few things I am struggling with: I was wondering if anyone has implemented a dockerfile to render pdfs using quarto in a lambda? Away from my work desk at the moment, will comment with a draft dockerfile tomorrow. |
Beta Was this translation helpful? Give feedback.
-
|
I have reviewed TinyTex's documentation. I suspect this is related to how their install works. For now, I will close this comment and post an issue on their github if needed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi,
I am trying to run quarto in an AWS Lambda by setting up a docker container image. I noted there were some discussions about this here:
https://github.com/orgs/quarto-dev/discussions/1579
Has anyone come up with a working template for running quarto in AWS lambda? I know there are some permissions issues, but I can't seem to run quarto without running as a root user in the container.
Thanks, any help would be appreciated.
Ariba
Beta Was this translation helpful? Give feedback.
All reactions