We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4ee5f commit 3c3fb48Copy full SHA for 3c3fb48
1 file changed
src/main.py
@@ -486,5 +486,5 @@ def handler(event: dict, context) -> str: # pylint: disable=unused-argument
486
487
# # Dev Only
488
# # Uncomment the following line to run the script locally
489
-if __name__ == "__main__":
490
- handler(None, None)
+# if __name__ == "__main__":
+# handler(None, None)
0 commit comments