-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtemplate.yaml
35 lines (33 loc) · 1.14 KB
/
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
32
33
34
35
AWSTemplateFormatVersion: 2010-09-09
Transform: AWS::Serverless-2016-10-31
Description: >
Babashka Lambda runtime packaged as a Lambda layer.
Resources:
BabashkaLayer:
Type: AWS::Serverless::LayerVersion
Properties:
LayerName: babashka-runtime
Description: Babashka runtime
ContentUri: s3://pointer2-labs/babashka/faf03056b7a2094d14c189b46aea9af2
CompatibleRuntimes:
- provided
LicenseInfo: https://github.com/dainiusjocas/babashka-lambda-layer/blob/master/LICENSE
RetentionPolicy: Retain
Outputs:
LayerVersion:
Description: Layer ARN Reference
Value: !Ref BabashkaLayer
Metadata:
AWS::ServerlessRepo::Application:
Name: babashka-runtime-lambda-layer
Description: >
Babashka lambda runtime packaged as a Lambda layer.
Bundles Babashka 0.0.78.
Author: Dainius Jocas
SpdxLicenseId: Apache-2.0
LicenseUrl: LICENSE
ReadmeUrl: README.md
Labels: ['layer', 'babashka', 'lambda', 'clojure']
HomePageUrl: https://github.com/dainiusjocas/babashka-lambda-layer
SemanticVersion: 0.1.0
SourceCodeUrl: https://github.com/dainiusjocas/babashka-lambda-layer