GCP Cloud Functions with Scala.js in 10 lines(ish)
17 November 2019
It's easy to spin up a node.js runtime on Google Cloud Platform's Cloud Functions, but say you want to write in Scala instead of JavaScript... well, that's thankfully easy too! Though requires a few extra steps. Since couldn't find a good tutorial on how to get Scala.js working in a google Cloud Function, I decided to write one.