-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathtemplate.yaml
31 lines (28 loc) · 852 Bytes
/
template.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Transform: AWS::Serverless-2016-10-31
Metadata:
AWS::ServerlessRepo::Application:
Name: enterprise-wechat-lambda-layer
Description: Enterprise Wechat Lambda Layer - Produced by Niko Feng([email protected])
Author: nikosheng
SpdxLicenseId: Apache-2.0
LicenseUrl: LICENSE.txt
ReadmeUrl: README.md
Labels: ['wechat', 'lambda-layer']
HomePageUrl: https://github.com/nikosheng/wechat-lambda-layer-sam
SemanticVersion: 1.0.5
SourceCodeUrl: https://github.com/nikosheng/wechat-lambda-layer-sam
Resources:
WechatLambdaLayer:
Type: AWS::Serverless::LayerVersion
Properties:
LayerName: WechatLayer
Description: v.1.0.5
ContentUri: layer/
CompatibleRuntimes:
- python3.6
- python3.7
- python3.8
Outputs:
WechatLambdaLayer:
Value:
Ref: WechatLambdaLayer