We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d657c6 commit ccc344dCopy full SHA for ccc344d
serverless.component.yml
@@ -1,5 +1,5 @@
1
name: layer
2
-version: 0.1.6
+version: 0.1.7
3
author: 'Tencent Cloud, Inc'
4
org: 'Tencent Cloud, Inc'
5
description: Layer 组件,允许用户创建部署云函数 SCF 的层内容。 配置其他组件减少部署的代码包体积。
@@ -31,16 +31,22 @@ actions:
31
allow:
32
- Python2.7
33
- Python3.6
34
+ - Python3.7
35
- Nodejs6.10
36
- Nodejs8.9
37
- Nodejs10.15
38
- Nodejs12.16
39
- Nodejs14.18
40
- Nodejs16.13
41
- Php5
42
+ - Php5.6
43
- Php7
44
+ - Php7.2
45
+ - Php7.4
46
+ - Php8.0
47
- Go1
48
- Java8
49
+ - Java11
50
- CustomRuntime
51
region:
52
type: string
0 commit comments