Deploy Functions

The CLI will compile all the Java functions in your project directory before deploying them. The compiled Java class files available in their respective directories. The Node.js and Python functions are deployed directly.

Deploy Functions

The CLI deploys each function individually. The CLI will display the status of each resource’s deployment individually, indicating if it was successful or a failure.

The Basic I/O and Advanced I/O functions are deployed to the URLs displayed in the terminal, and you can access their endpoints from their URLs. The endpoints of the Cron, Event, Browser Logic, and Integration functions are not accessible through URLs, as they are associated with cron jobs, event listeners, or external integrations respectively. The CLI will just display their deployment status.

Deploy Functions

Note: The /server/ part in the URL of a Catalyst application indicates a function. A Basic I/O function's URL contains an /execute after the function's name, whereas an Advanced I/O function's URL does not contain that keyword.

Last Updated 2025-11-03 16:18:29 +0530 IST

ON THIS PAGE