Skip to content

Commit ff48b88

Browse files
committed
added some meta data in the aws sam template
1 parent 018da21 commit ff48b88

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

aws_lambda_app/template.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: >
4-
doubleml-serverless
5-
6-
Sample SAM Template for doubleml-serverless
3+
Description: SAM Template for doubleml-serverless
74

85
Metadata:
96
AWS::ServerlessRepo::Application:
107
Name: doubleml-serverless
11-
Description: Double Machine Learning with AWS Lambda
8+
Description: Distributed Double Machine Learning with AWS Lambda
129
Author: Malte S. Kurz
10+
SpdxLicenseId: MIT
11+
LicenseUrl: ../LICENSE
12+
ReadmeUrl: ../README.md
13+
Labels: ['machine-learning', 'python', 'ml', 'scikit-learn']
1314
SemanticVersion: 0.0.1
1415

1516
Globals:

0 commit comments

Comments
 (0)