Schroedinger-Hat / youtube-to-anchorfm

An automation process to convert YouTube video into audio file and uploading it to Anchor.fm podcast
MIT License
127 stars 70 forks source link

Deploy as lambda function #118

Open jordanscience opened 3 months ago

jordanscience commented 3 months ago

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 !

jeremyatia commented 3 months ago

I also have this issue, very interested for a solution

Wabri commented 3 months ago

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.

Thanks to open the issue

matevskial commented 1 week ago

@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 :)