runtime-google-cloud-functions

Installation
SKILL.md

BoxLang on Google Cloud Functions

Overview

BoxLang runs on Google Cloud Functions Gen 2 via the Java 21 runtime. The FunctionRunner bridge handles HTTP request mapping, handler routing, class caching, and response serialization — so you focus on writing BoxLang handler files.


Architecture

HTTP Request
    → GCF Gen 2 (java21 runtime)
    → FunctionRunner (HttpFunction)
    → RequestMapper (HttpRequest → BoxLang event struct)
    → Route resolution (first URI segment → PascalCase → .bx file)
    → Handler compilation + class cache (warm invocations)
Related skills

More from ortus-boxlang/skills

Installs
1
First Seen
Apr 21, 2026