Available in VPC
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:
- In the VPC environment of the NAVER Cloud Platform console, navigate to
> Services > Compute > Cloud Functions. - Click the Action menu.
- Click [Create package].
- 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.
- 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:
- In the VPC environment of the NAVER Cloud Platform console, navigate to
> Services > Compute > Cloud Functions. - Click the Action menu.
- Select the package to edit from Packages/Actions list.
- Click [Edit].
- When the Edit popup appears, edit the required information.
- Click [Save].
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:
- In the VPC environment of the NAVER Cloud Platform console, navigate to
> Services > Compute > Cloud Functions. - Click the Action menu.
- Select the package to delete from Packages/Actions list.
- Click [Delete].
- When the Delete package popup appears, click [OK].