Skip to content

Commit 72b8818

Browse files
committed
remove aws serverless application repository meta data
1 parent 28c781e commit 72b8818

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

aws_lambda_app/template.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,6 @@ AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
33
Description: SAM Template for doubleml-serverless
44

5-
Metadata:
6-
AWS::ServerlessRepo::Application:
7-
Name: doubleml-serverless
8-
Description: Distributed Double Machine Learning with a Serverless Architecture
9-
Author: Malte S. Kurz
10-
SpdxLicenseId: MIT
11-
LicenseUrl: ../LICENSE
12-
ReadmeUrl: ../README.md
13-
Labels: ['machine-learning', 'python', 'ml', 'scikit-learn']
14-
HomePageUrl: https://github.com/DoubleML/doubleml-serverless
15-
SemanticVersion: 0.0.1
16-
SourceCodeUrl: https://github.com/DoubleML/doubleml-serverless
17-
18-
Globals:
19-
Function:
20-
Timeout: 180
21-
225
Parameters:
236
CreateS3BucketForDataTransfer:
247
Type: String

0 commit comments

Comments
 (0)