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
Provided Features
Cloud Functions provides the following features.
- Code Development Environment: Create Runtime-optimized functions, write and edit code
- Refer to 구성 요소 > Runtime for supported runtimes.
- 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.
| Runtime | Version | Deprecation date |
|---|---|---|
| GO | 1.21 | 2026.7.30 |
| GO | 1.23 | 2026.7.30 |
| GO | 1.25 | - |
| java | 17 | - |
| Node.js | 18 | 2026.7.30 |
| Node.js | 20 | 2026.7.30 |
| Node.js | 22 | - |
| Node.js | 24 | - |
| PHP | 8.1 | 2026.7.30 |
| PHP | 8.4 | - |
| PHP | 8.5 | - |
| Python | 3.9 | 2026.7.30 |
| Python | 3.10 | - |
| Python | 3.11 | - |
| Python | 3.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.
| Region | Whether 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 Category | service | Detailed description |
|---|---|---|
| Application Service | API Gateway | A service that easily manages and monitors APIs |
Table. Cloud Functions prerequisite service
