mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2025-04-15 14:46:39 +00:00
disable logging events
This commit is contained in:
parent
c7323d81af
commit
00fddada46
@ -73,7 +73,6 @@ def lambda_handler(event, context):
|
||||
except:
|
||||
connect()
|
||||
|
||||
print(json.dumps(event))
|
||||
if "isBase64Encoded" in event and event["isBase64Encoded"] == True:
|
||||
event["body"] = base64.b64decode(event["body"])
|
||||
if (
|
||||
|
Loading…
x
Reference in New Issue
Block a user