The page has been translated by Gen AI.

Overview

Service Overview

Cloud Functions is a serverless computing-based FaaS (Function as a Service) that lets you easily run function‑based applications without provisioning servers. Users don’t have to hassle with managing servers or containers for scaling, and can focus on writing code and deploying applications.

Features

  • Easy and Convenient Development Environment: Developers can easily create Function resources that connect to events across multiple environments using a Code Editor suitable for the selected runtime, and can write and invoke code with ease.
  • Serverless Computing: You can use a serverless code execution service for development in the Samsung Cloud Platform environment. * The resources required to invoke and run function-based applications are allocated and managed by the Samsung Cloud Platform according to the scale of execution.
  • Efficient Cost Management: The invoked Function aggregates usage (total number of calls, total execution time) and is billed for the time actually used to run the application. * Functions with low usage can have the Cloud Functions scaler adjusted to a scale-to-zero state, so they do not consume resources, enabling efficient cost management.

Service diagram

Diagram
Figure. Cloud_Functions diagram

Provided Features

Cloud Functions provides the following features.

  • Code Development Environment: Create Runtime-optimized functions, write and edit code
  • Function execution, environment management, monitoring: endpoint definition, Token management, access control configuration, trigger configuration, etc., runtime environment/variable definition and modification, artifact invocation/testing for Deploy/Test, service deployment, progress status monitoring/logging
  • Serverless Computing: All elements required for code writing and deployment are managed by Samsung Cloud Platform, with automatic scaling adjustments based on deployment.
  • Sample Code Provided: By providing various sample codes through Blueprint, you can start easily and quickly

Component

Runtime

Cloud Functions currently supports the following runtimes. Additional continuously supported runtimes will also be added.

RuntimeVersionDeprecation date
GO1.212026.7.30
GO1.232026.7.30
GO1.25-
java17-
Node.js182026.7.30
Node.js202026.7.30
Node.js22-
Node.js24-
PHP8.12026.7.30
PHP8.4-
PHP8.5-
Python3.92026.7.30
Python3.10-
Python3.11-
Python3.14-
Table. Supported Runtime Items
Caution

Runtime scheduled for deprecation

  • For Runtime versions slated for deprecation, technical support is expected to end within 60 days (End of Technical Support) (detailed schedule will be announced on the console).
  • When technical support for a Runtime version ends, security patches and updates will no longer be applied to that Runtime version.
    • Already created functions can be used continuously without a call time limit, but they cannot be modified.
    • We do not guarantee bugs, errors, defects, or vulnerabilities that arise in Runtime versions for which technical support has ended.
  • We recommend migrating to and using an alternative version of a function that is scheduled for deprecation to ensure safe usage.

Provision status by region

The Cloud Functions service is available in the environments below.

RegionWhether provided
Korea West 1 (kr-west1)Provide
Korea East 1 (kr-east1)Provided
South Korea 1 (kr-south1)Not provided
South Korea South 2 (kr-south2)Not provided
South Korea 3 (kr-south3)Not provided
Table. Cloud Functions regional availability status

Preceding Service

This is a list of services that can be configured as optional before creating the service. Please refer to the guide provided for each service and prepare in advance.

Service CategoryserviceDetailed description
Application ServiceAPI GatewayA service that easily manages and monitors APIs
Table. Cloud Functions prerequisite service
Release Note
ServiceWatch Metrics