This repository has been archived by the owner on Oct 25, 2023. It is now read-only.
Add a Java and Python example (HTTP + CloudEvent) for no reply functions #40
Labels
enhancement
New feature or request
Feature Request
Add a Python and Java example (HTTP + CloudEvent) where the function does not return a reply.
This covers scenarios where the function takes a long time to process the work so it just accepts it or queues it.
Acceptance
An example function for Java that doesn't reply but still processes the requests correctly.
An example function for Python that doesn't reply but still processes the requests correctly.
The text was updated successfully, but these errors were encountered: