Deploy the Function
To deploy your Catalyst project from the CLI, run the following command in your terminal from your project directory:
$ catalyst deploy
The function is deployed and the production URL of the function is displayed.
If the function stack has been configured in Java:
This function will now be available in your Catalyst console. Navigate to Functions under Compute.
You can click countfunction from the Functions page to view its statistics for the day.
Note: You will not be able to edit a Java function from the console. The provision for this will be rolled out soon.
If the function stack has been configured in Node.js:
The function will now be available in your Catalyst console. Navigate to Functions under Compute.
You can click counter_based_alert_function from the Functions page to view its statistics for the day, view and edit the code, and further configure the function.