Functions
Catalyst Serverless Functions are custom-built coding structures that contain the business logic of your Catalyst application. They can be created either using the Catalyst console or the CLI . This section covers the various SDK methods that can be used to implement functions in your Catalyst application.
Get a Component Instance
A component instance is an object that can be used to access the pre-defined configurations specific to a particular component. This process will not fire a server-side call. This component instance will be used in the next section while executing the function.
The function_service reference can be created in the following way :
copy
#Get function component instance
function_service = app.functions()
Yes
No
Send your feedback to us
Skip
Submit