GoogleCloudPlatform / functions-framework

The Contract for Building New Function Frameworks
Apache License 2.0
120 stars 12 forks source link

feat: add cloudevent signature #26

Closed grant closed 4 years ago

grant commented 4 years ago

This PR formally adds support support to the CloudEvents format to the Functions Framework. This helps support future projects that use CloudEvents.

Current Function Frameworks support CloudEvents via HTTP signatures or the legacy style signatures data, context.

Fixes #25. R: @grayside @juliehockett CC: @ace-n

grant commented 4 years ago

Pinged @grayside on Hangouts Chat.