Reviewed-by: Eotvos, Oliver <oliver.eotvos@t-systems.com> Co-authored-by: Chen, Junjie <chenjunjie@huawei.com> Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
3.7 KiB
Event Functions
Overview
FunctionGraph supports event functions. An event can trigger function execution. Generally, it is in JSON format. You can create an event to trigger your function through the cloud service platform or CodeArts IDE Online. All types of triggers supported by FunctionGraph can trigger event functions.
Advantages
- Easy single-node programming
You can edit event functions on FunctionGraph or upload code packages there and deploy them with just a few clicks. There is no need for you to care about function concurrency or fault rectification.
- High-performance, high-speed runtimes
Event functions can be started, scaled, and called within milliseconds. Faults can be detected and rectified within seconds.
- Complete tool chain
FunctionGraph provides comprehensive logging, tracing, debugging, and monitoring, allowing developers to roll out functions in just three steps.
Restrictions
Event functions face event source restrictions. You need to comply with the function development rules of the function platform.