Service Name |
- If you have created at least one service, select an existing service from the drop-down
list.
- If you have not created any services, enter a new service name. The system then automatically
creates a service with the specified service name.
|
service |
Bind Log |
If you enter a new service name to trigger the system to automatically create a service,
you must select Bind Log.
After you bind a log to the service, you can view execution logs of the function.
These logs help you develop and debug your function.
|
In this example, an existing service is selected, and therefore this parameter is
not specified.
|
Function Name |
Enter a name for your function. |
function |
Runtime |
Select a language, such as Python, Java, PHP, or Node.js. |
python3 |
Instance Type |
Select an instance type for your function. Valid values:
- Flexible Instance
- Performance Instance
For more information, see Instance specifications and usage modes.
|
Flexible Instance |
Function Handler |
Enter the name of the function handler. The value is in the format of [File name].[
Function name].
|
index.handler |
Memory |
Set the memory that is required to execute the function. The maximum value is 3,072
MB. Default value: 512 MB.
|
512 MB |
Timeout |
Set the timeout period. The maximum value is 600 seconds. Default value: 60 seconds.
If the execution of the function does not complete before the specified timeout period
expires, the function fails to be executed.
|
60 |
Single Instance Concurrency |
The number of requests that can be concurrently processed by a single Function Compute
instance.
|
The Python 3 runtime environment does not support this feature. |