-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Functions Framework Spec #21
Comments
When I play around with the ff-go, I come up with the following enhancements (apply to all ff), which I think will be good to improve the functionality and user experience.
Feel free to provide your feedback. |
In this PR I tried to introduce some options for the
Currently supports getting the raw event from the Context, pls see this. And it can be used like this. |
cool, I have removed it from the list. |
It reflects that we lack a feature document or feature summary...🥲 |
Need to add the following method to context:
Currently, we use send for both pubsub and binding, which is not accurate |
Adjustments that need to be made:
|
OpenFunction already have implemented the functions-framework-go and functions-framework-nodejs, the functions-framework-python, functions-framework-dotnet and functions-framework-java is also under developing.
We need a spec to guide the development of each language's functions framework.
Here is a draft of such a Spec https://hackmd.io/@xcEqMy2IQx-DQu_nUuPNXw/HkXqDW6P5
We need to create an English version of this and add more content to it based on each language's functions framework's experiences.
The author of each language's functions framework should contribute to this doc
@tpiperatgod @webup @wanjunlei @kehuili @geffzhang
The text was updated successfully, but these errors were encountered: