GoogleCloudPlatform / functions-framework-dart

FaaS (Function as a service) framework for writing portable Dart functions
https://pub.dev/packages/functions_framework
Apache License 2.0
536 stars 54 forks source link

Extract CloudEvent code to it's own package #215

Open mhoad opened 3 years ago

mhoad commented 3 years ago

I was wondering if you might be open to extracting the existing code you have around cloud events into it's own package. Given that it is both an open CNCF standard and it's the new default on GCS I think it is a reasonable expectation that this could be a useful standalone building block in the Dart community. Also if it is helpful to have a concrete use case I am currently playing around with another new CNCF project (Dapr) which involves receiving cloud events that would benefit from this.

nickmeinhold commented 3 years ago

I wonder if the CloudEvents SDK Requirements could be helpful?

The intent of this document to describe a minimum set of requirements for new Software Development Kits (SDKs) for CloudEvents