Closed lizzzcai closed 2 years ago
@benjaminhuo , the PR is green. I will add examples to the samples repo later this week.
@benjaminhuo , the PR is green. I will add examples to the samples repo later this week.
That's great, we do need examples in the samples repo.
followup PR of https://github.com/OpenFunction/functions-framework-go/pull/52 to fix the tests for binary and structured cloud event format.
For cloud event input, data prefer to be in JSON format and unmarshal it in the user code, so that the result will be consistent for both binary and structured format.
binary format:
structured format: