We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b011e03 commit 2f6d71cCopy full SHA for 2f6d71c
poc/twist_runtime.py
@@ -1,7 +1,9 @@
1
#!/usr/bin/env python3
2
3
"""
4
-Copyright (c) 2018 Amazon. All rights reserved.
+*twist_runtime.py*
5
+Most of it is copied from the Lambda python3.7 runtime (bootstrap.py)
6
+The section at the bottom contains the modifications.
7
8
9
import json
@@ -301,9 +303,13 @@ def init_logger():
301
303
logger_handler.addFilter(LambdaLoggerFilter())
302
304
logger.addHandler(logger_handler)
305
306
+
307
308
+## --------------------------------- Twist runtime --------------------------------- ##
309
310
311
312
-## --- Twist runtime --- ##
313
314
try:
315
import requests
0 commit comments