GoogleCloudPlatform / functions-framework-go

FaaS (Function as a service) framework for writing portable Go functions
https://godoc.org/github.com/GoogleCloudPlatform/functions-framework-go
Apache License 2.0
464 stars 63 forks source link

feat: enable converting CloudEvent requests to Background Event requests #86

Closed anniefu closed 3 years ago

anniefu commented 3 years ago

This enables backwards compatability for GCF Background Functions with newer CloudEvent-based eventing systems and brings FF Go up to v1.0.0 of the conformance tests.