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
* Add nodejs12 to templates
* Amend nodejs12 to error message
* Amend nodejs12 to docker runtime image map
* Amend nodejs12 to specification
* Amend nodejs12 to debug runtime case
* Amend nodejs12 to debug runtime test case
* Amend nodejs12 to sbox tips runtime case
* Amend nodejs12 to supported runtime
* Amend nodejs12 to ros runtime enum
* Amend nodejs12 to runtime ignore dependencies case
* Amend nodejs12 to validate runtime schemas
CodeUri | `string` | **Required.** Code location. Supports file, dir, zip, oss-bucket, etc. More information [Reference] (#codeuri).
99
99
Description | `string` | Description of the function.
100
100
MemorySize | `integer` | Size of the memory allocated per invocation of the function in MB. Defaults to 128.
@@ -802,4 +802,4 @@ Reasons for this design:
802
802
803
803
1. Because the generation of role needs a large permission. In unnecessary scenarios, we try not to generate the default role as much as possible to avoid the user's sub-user privilege is insufficient.
804
804
2. Generally, function use this role to invoke other cloud services. Even if default role is generated, it is meaningless not to specify policies, because there will be no corresponding permissions.
805
-
3. Ram Service has a limitation on the number of roles.
805
+
3. Ram Service has a limitation on the number of roles.
0 commit comments