Deploy the Function

To deploy your Catalyst project from the CLI, run the following command in your terminal from your project directory:

copy
$
catalyst deploy

The function is deployed and the production URL of the function is displayed.

microservice_java_catalyst_deploy


This function will now be available in your Catalyst console. Navigate to Functions under FAAS in the Serverless section of the Catalyst console.

microservice_functions_list


You can click countfunction from the Functions page to view its statistics for the day.

microservice_java_func_dets

Note: You will not be able to edit a Java function from the console. The provision for this will be rolled out soon.

Last Updated 2023-12-15 18:54:08 +0530 +0530

RELATED LINKS

Deploy Resources