CLOUD-RUN
GCP container-based serverless — runs any custom EDI binary.
Definition
Cloud Run accepts any container (Java, Go, Python, Rust) listening on the PORT assigned variable. Limits: 32 GB RAM, 8 vCPU, 60 min timeout, 32 MB request body. EDI patterns: AS2 webhook receiver, REST API gateway for PEPPOL, OpenAPI translator JSON-to-EDIFACT.
Origin
Launched by Google to GA in November 2019, based on Knative.
Example in context
A Cloud Run service in Go that parses incoming AS2 MDNs and marks acknowledged shipments in Firestore.
Related terms
- Kubernetes — reference orchestrator underlying Knative.