Switch from Lambda to GitHub Actions

code • June 1, 2022

This year I migrated my scheduled bots (like Weatherbot and Weather status) from using AWS Lambda to GitHub Actions.

Actions wins at fast testing and iteration. As soon as I commit code, I can see if my workflow succeeded (or failed) within a minute. All that adds to the delight of building something new.

Keep reading code