Server Source code Package
GCP Cloud Functions
Google Cloud Functions source for walkerOS - lightweight runtime adapter for GCP services.
Where This Fits
The GCP Cloud Functions Source is a server source in the walkerOS flow:
It receives events via HTTP and forwards them to your destinations.
Features
- Plug-and-play: Direct assignment to Cloud Functions handler
- Batch processing: Handle multiple events in single request
- CORS support: Configurable cross-origin resource sharing
Installation
Loading...
Quick start
- Integrated
- Bundled
Loading...
Add to your flow.json sources:
Loading...
Server sources require platform-specific handlers. For containerized deployments, see Docker →.
Configuration
| Setting | Type | Default | Description |
|---|---|---|---|
cors | boolean | object | true | CORS configuration |
batch | boolean | true | Enable batch processing |
maxBatchSize | number | 100 | Max events per batch |
timeout | number | 30000 | Request timeout (ms) |
Request format
Single event
Loading...
Batch events
Loading...
Ingest Metadata
Extract request metadata and forward it through the pipeline.
Loading...
Available Ingest Paths
| Path | Description |
|---|---|
ip | Client IP address |
headers.* | HTTP headers (user-agent, origin, etc.) |
method | HTTP method |
hostname | Request hostname |
Deployment
Loading...
💡 Need Professional Support?
Need professional support with your walkerOS implementation? Check out our services.