📄️ Function
The function module is where the app's behavior is defined. Other modules specify the function module that defines the actions to take.
📄️ Trigger
The Trigger module declares a set of functions that are called when the event is triggered, such as the Created event when an item is created.
📄️ Web trigger
Provide remote scripts that can run in runtime, and expose interfaces that can be called by third parties. You can see the exposed interfaces in the application details.
📄️ Message Queue Consumer
The Message Queue Consumer allows your application to listen to the message queue and receive data from message queue middleware such as Kafka.
📄️ Consumer
Consumer allows your application to listen to message queues sent through the Queue API.
📄️ Scheduled trigger
Scheduled Trigger allows an application to execute a function at scheduled times.