Month: November 2023

How to create a Google Cloud Function using Gradle with Kotlin DSL

How to create a Google Cloud Function using Gradle with Kotlin DSL

The Google Cloud Functions is a great way to run your code without the need to manage a server and runtime environment. Thanks to Cloud Free Tier it is also free of charge up to 2 million calls monthly.

I will use Kotlin language because it is a good choice for backend services. It’s less verbose than Java and has faster compilation than Scala.

Continue reading “How to create a Google Cloud Function using Gradle with Kotlin DSL”