Cloud Functions quickstart

Prev Next

Available in Classic and VPC

NAVER Cloud Platform's Cloud Functions allows users to create, manage, and run resources for running business logic without the need for server management or additional provisioning. Cloud Functions resources include packages, actions, and triggers. In the Action menu of the console, you can create and run packages and actions, and add triggers. In the Trigger menu of the console, you can view, edit, and delete triggers from resources. The Dashboard menu of the console presents the run results of resources in graphs and tables, helping users effectively monitor them.
The overall sequence for utilizing Cloud Functions on NAVER Cloud Platform is as follows:

cloudfunctions-procedure_01_en.png

The descriptions for each step are as follows:

1. Create action
2. Add trigger
3. Run and view result

1. Create action

Create actions to run on NAVER Cloud Platform console's Cloud Functions. If you're using Cloud Functions in a VPC environment, you can configure connections to access your VPC resources.
Rather than managing the individual actions separately, grouping them under created packages allows for more effective management and execution.
The following describes the user guides available for reference based on your platform environment.

2. Add trigger

Run actions through events occurring in other services by adding triggers to actions.
The following describes the user guides available for reference based on your platform environment.

3. Run and view result

Run actions after completing connections and view the results. You can monitor overall action run results in the Dashboard. You can check and monitor individual action run results in action details. For more effective monitoring, additional settings for log generation can also be adjusted.
The following describes the user guides available for reference based on your platform environment.