Last active
September 12, 2020 21:05
-
-
Save JicLotus/f46f07c5c33f6b3ef09461efe7d726bb to your computer and use it in GitHub Desktop.
Revisions
-
JicLotus revised this gist
Sep 12, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ """Sample docstring docu.""" import pandas as pd import sqlalchemy -
JicLotus revised this gist
Sep 12, 2020 . 1 changed file with 4 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,12 +1,13 @@ """Sample doctring docu.""" import pandas as pd import sqlalchemy def handler(event, context): """Sample handler function.""" response = { "statusCode": 200, "body": "", } return response -
JicLotus created this gist
Sep 12, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ import pandas as pd import sqlalchemy def handler(event, context): response = { "statusCode": 200, "body": body } return response