Package

Prev Next

Available in Classic

You can create, edit, and delete packages in Cloud Functions > Action in the NAVER Cloud Platform console. You can group related actions and manage them together when you create a package. You can also apply the package's default parameter to all the actions in the package.

Create package

To create a package:

  1. In the Classic environment of the NAVER Cloud Platform console, navigate to i_menu > Services > Compute > Cloud Functions.
  2. Click the Action menu.
  3. Click [Create package].
  4. When the Create package popup appears, enter the required information.
    • Package name: Enter a combination of uppercase letters, lowercase letters, numbers, hyphens, and/or underscores. However, you cannot use hyphen as the first character, and the name cannot duplicate other resource (package, action, trigger) names.
    • Package description: Enter the description for the package you want to create.
    • Default parameter: Enter parameters in JSON format to apply to all actions in the package.
  5. Click [Create].
Note
  • Make your decision carefully as a package's name can't be edited.
  • A package's default parameter has a lower priority of application compared to trigger parameters, action parameters, or runtime parameters which are forwarded at the time of running an action.

Edit package

To edit a package description or default parameters:

  1. In the Classic environment of the NAVER Cloud Platform console, navigate to i_menu > Services > Compute > Cloud Functions.
  2. Click the Action menu.
  3. Click the package to edit in Packages/Actions.
  4. In Manage package, click [Edit].
  5. When the Edit popup appears, edit the required information.
  6. Click [Edit].

Delete package

You can delete a package. If a package contains actions, you cannot delete it. To delete the package, delete all actions included in the package first. Deleted packages cannot be restored, so proceed with caution. To delete a package:

  1. In the Classic environment of the NAVER Cloud Platform console, navigate to i_menu > Services > Compute > Cloud Functions.
  2. Click the Action menu.
  3. Click the package to delete in Packages/Actions.
  4. In Manage package, click [Delete].
  5. When the Delete package popup appears, click [Delete].