forked from nikosheng/wechat-lambda-layer-sam
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackaged.yaml
30 lines (30 loc) · 1.04 KB
/
packaged.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
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: s3://aws-nikofeng-serverless-application-repo/3b83ef96387f14655fc854ddc3c6bd57
ReadmeUrl: s3://aws-nikofeng-serverless-application-repo/fc3d99158da4d0b49970f43f92700c92
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: s3://aws-nikofeng-serverless-application-repo/bff7851250d52c6970807f7929141c66
CompatibleRuntimes:
- python3.6
- python3.7
- python3.8
Outputs:
WechatLambdaLayer:
Value:
Ref: WechatLambdaLayer