-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtemplate.yml.tmpl
29 lines (28 loc) · 1.03 KB
/
template.yml.tmpl
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
Metadata:
AWS::ServerlessRepo::Application:
Name: EdgeDelta-Lambda-Extension-Layer-{ARCH_TYPE}
Description: Edge Delta lambda extension to monitor AWS lambda functions.
Author: Edge Delta
ReadmeUrl: README.md
Labels: ['edgedelta', 'lambda', 'logs', 'analytics', 'monitoring', 'extension']
LicenseUrl: LICENSE
SpdxLicenseId: Apache-2.0
HomePageUrl: https://github.com/edgedelta/edgedelta-lambda-extension
SemanticVersion: {VERSION}
SourceCodeUrl: https://github.com/edgedelta/edgedelta-lambda-extension
AWSTemplateFormatVersion: "2010-09-09"
Transform: "AWS::Serverless-2016-10-31"
Outputs:
LayerVersion:
Description: Layer ARN Reference
Value:
Ref: LambdaLayer
Resources:
LambdaLayer:
Type: AWS::Serverless::LayerVersion
Properties:
LayerName: edgedelta-lambda-extension-{ARCH_TYPE_LOWER}
Description: Edge Delta lambda extension to monitor AWS lambda functions.
ContentUri: s3://{BUCKET}/{FILE_NAME}
CompatibleArchitectures:
- {COMPATIBLE_ARCHITECTURE}