Clojure HelloWorld on Java11 runtime of Google Cloud Functions based on Stuart Halloway's clojure-from-java.
-
Deploy
cd <project root>
gcloud functions deploy voidbringers --entry-point functions.HelloWorld --runtime java11 --trigger-http
- Open
httpsTrigger
URL as listed in the gcloud output