Content Feed
The cloud, game development, and devops.
Automatically release your Godot game on Itch.io
Posted 5/11/2020Here I walk through publishing your Godot project to Itch.io using GitHub actions!
View on LBRY
A few glitches in the system.
Posted 6/23/2019When jumping into the Godot Wild Jam, I came in with a single goal, learn the Godot engine. Lucky for me, I accomplished that goal.
View on Itch.io
Launching an application with Zappa
Posted 2/23/2019Zappa is a serverless framework for Flask and Django. In this case, it runs on the AWS cloud using API Gateway to call lambda functions. It is an excellent solution for creating REST APIs or low traffic website, and since it is serverless, it can scale relatively easily.
View on Medium