1 Repo
Decouple function code from provider-specific event formats to reduce vendor lock-in for event-driven compute.
Distinct from Serverless Function Executions: Distinct from Serverless Function Executions: focuses on portability across providers, not the execution model itself.
Explore 1 awesome GitHub repository matching devops & infrastructure · Serverless Function Portability. Refine with filters or upvote what's useful.
CloudEvents is an open specification for describing event data in a common format across cloud platforms and services. It defines a standard structure and set of metadata attributes for events, enabling interoperability across different systems so producers and consumers can exchange events without custom translation. The specification provides a protocol-agnostic serialization framework that maps CloudEvents attributes and payloads to multiple serialization formats including JSON, Avro, and Protobuf, and defines transport bindings for mapping events onto protocols like HTTP, AMQP, Kafka, MQTT
Decouples serverless function code from provider-specific event formats to reduce vendor lock-in.