thomasreichmann / auto-twitch-compiler-web

Implementação do protótipo como um webapp
https://auto-twitch-compiler-web.vercel.app
2 stars 0 forks source link

Create new lambda for preparing video download urls #15

Closed thomasreichmann closed 1 year ago

thomasreichmann commented 1 year ago

Create a lambda to be the new entry point to the step-functions state machine, this lambda should receive the channel parameters for video fetching, and should return an array of urls to be fetched.

Remove the current video url fetching logic from the download function, making it more generic, so that it is just a download function, and doesn't decide what to download.