DEV Community

Discussion on: Side Project Sunday! How's it going?

Collapse
 
joostschuur profile image
Joost Schuur • Edited

Set up a prototype for the new Serverless Framework based architecture to run the background update process for LearnByVideo.dev with AWS scheduled lambdas. Moving things over to a monorepo and Yarn next and then I can merge this into the main codebase.

I'm intrigued by step functions too. @aeduhm on Twitter just got me thinking about how those can be useful not just for batch, but to run updates in parallel.

Also learned something about generating serverless.yml files from JavaScript that I'm writing up a blog post on tonight, just like last time I learned something new during this project.