You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Runtime of the SCF function, only supports `Python2.7`, `Python3.6`, `Nodejs6.10`, `Nodejs8.9`, `Nodejs10.15`, `PHP5`, `PHP7`, `Golang1`, and `Java8`.",
121
+
Description: "Runtime of the SCF function, only supports `Python2.7`, `Python3.6`, `Nodejs6.10`, `Nodejs8.9`, `Nodejs10.15`, `Nodejs12.16`, `Php5.2`, `Php7.4`, `Go1`, `Java8`, and `CustomRuntime`, default is `Python2.7`.",
@@ -76,7 +119,7 @@ The following arguments are supported:
76
119
*`mem_size` - (Optional, Int) Memory size of the SCF function, unit is MB. The default is `128`MB. The ladder is 128M.
77
120
*`namespace` - (Optional, String, ForceNew) Namespace of the SCF function, default is `default`.
78
121
*`role` - (Optional, String) Role of the SCF function.
79
-
*`runtime` - (Optional, String) Runtime of the SCF function, only supports `Python2.7`, `Python3.6`, `Nodejs6.10`, `Nodejs8.9`, `Nodejs10.15`, `PHP5`, `PHP7`, `Golang1`, and`Java8`.
122
+
*`runtime` - (Optional, String) Runtime of the SCF function, only supports `Python2.7`, `Python3.6`, `Nodejs6.10`, `Nodejs8.9`, `Nodejs10.15`, `Nodejs12.16`, `Php5.2`, `Php7.4`, `Go1`,`Java8`, and `CustomRuntime`, default is `Python2.7`.
80
123
*`subnet_id` - (Optional, String) Subnet ID of the SCF function.
81
124
*`tags` - (Optional, Map) Tags of the SCF function.
82
125
*`timeout` - (Optional, Int) Timeout of the SCF function, unit is second. Default `3`. Available value is 1-900.
0 commit comments