Skip to content

Commit ed87831

Browse files
committed
use unique name
1 parent f6176bb commit ed87831

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws_lambda_app/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: SAM Template for doubleml-serverless
3+
Description: Distributed Double Machine Learning with a Serverless Architecture
44

55
Parameters:
66
CreateS3BucketForDataTransfer:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
author='Kurz, M. S.',
1515
maintainer='Malte S. Kurz',
1616
maintainer_email='[email protected]',
17-
description='Double Machine Learning with Serverless Scaling',
17+
description='Distributed Double Machine Learning with a Serverless Architecture',
1818
long_description=long_description,
1919
long_description_content_type='text/markdown',
2020
url='https://github.com/DoubleML/doubleml-serverless',

0 commit comments

Comments
 (0)