Spaces:
Sleeping
Sleeping
Clement Vachet
commited on
Commit
·
e9c74b2
1
Parent(s):
b116683
Rename lambda file
Browse files- lambda_function.py +0 -1
lambda_function.py
CHANGED
@@ -10,7 +10,6 @@ def lambda_handler(event, context):
|
|
10 |
data = json.loads(event.get('body', '{}'))
|
11 |
|
12 |
response = cls.load_and_test(data)
|
13 |
-
print("Lambda response: ", response)
|
14 |
|
15 |
return {
|
16 |
'statusCode': 200,
|
|
|
10 |
data = json.loads(event.get('body', '{}'))
|
11 |
|
12 |
response = cls.load_and_test(data)
|
|
|
13 |
|
14 |
return {
|
15 |
'statusCode': 200,
|