You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it's not a bug but a feature request. I would like to deploy this code as a lambda function.
i tried to adapt the Dockerfile. First of all it needs to be based on public.ecr.aws/lambda/nodejs:20 ( not ubuntu) .
So i tried to make this change and adapt the requirements to be installed with dnf ( and not apt) but without success ( it did not work for most of the packqges like ffmpeg).
So if someone succeeds, I am interested !
Thank you !
The text was updated successfully, but these errors were encountered:
Hi guys, I've ask to one of schroedinger hat contributors (not youtube to anchor related) if he have some clue on how to solve it. He'll try to propose a solution to the maintainer.
@jordanscience Could you post what you've tried so far? For example post Dockerfile, what commands you executed, your lamba function setup, logs, anything of public information that could be helpful :)
Hi ,
it's not a bug but a feature request. I would like to deploy this code as a lambda function.
i tried to adapt the Dockerfile. First of all it needs to be based on public.ecr.aws/lambda/nodejs:20 ( not ubuntu) .
So i tried to make this change and adapt the requirements to be installed with dnf ( and not apt) but without success ( it did not work for most of the packqges like ffmpeg).
So if someone succeeds, I am interested !
Thank you !
The text was updated successfully, but these errors were encountered: