Skip to content

Commit 2f6d71c

Browse files
authored
Better comments for twist
1 parent b011e03 commit 2f6d71c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

poc/twist_runtime.py

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#!/usr/bin/env python3
22

33
"""
4-
Copyright (c) 2018 Amazon. All rights reserved.
4+
*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.
57
"""
68

79
import json
@@ -301,9 +303,13 @@ def init_logger():
301303
logger_handler.addFilter(LambdaLoggerFilter())
302304
logger.addHandler(logger_handler)
303305

306+
307+
308+
## --------------------------------- Twist runtime --------------------------------- ##
309+
## --------------------------------- Twist runtime --------------------------------- ##
310+
## --------------------------------- Twist runtime --------------------------------- ##
304311

305312

306-
## --- Twist runtime --- ##
307313

308314
try:
309315
import requests

0 commit comments

Comments
 (0)