@walkeros/server-source-gcp
Google Cloud Functions source for walkerOS. A lightweight runtime adapter with plug-and-play assignment to a Cloud Functions handler, batch processing, and configurable CORS. The package also ships Pub/Sub sources for ingesting from Pub/Sub topics.
Documentation • NPM Package • Source Code
Installation
npm install @walkeros/server-source-gcp @google-cloud/functions-framework
Quick start
{
"version": 4,
"flows": {
"default": {
"config": { "platform": "server" },
"sources": {
"gcp": { "package": "@walkeros/server-source-gcp", "config": {} }
}
}
}
}
Documentation
Full configuration, mapping, and examples live in the docs: https://www.walkeros.io/docs/sources/server/gcp
Contribute
Feel free to contribute by submitting an issue, starting a discussion, or getting in contact.
License
MIT