Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thecraftman committed Jun 28, 2023
1 parent 7ab30fb commit 4f8005b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
continue
data_tags[tag_splitted[0]] = tag_splitted[1]


# try to get json from message
def structured_message(message: str):
try:
Expand Down Expand Up @@ -144,7 +145,7 @@ def lambda_handler(event: dict, context=None):
"messageType": data.get("messageType"),
"subscriptionFilters": data.get("subscriptionFilters"),
"serviceName": "unknown",
"logGroupName": ""
"logGroupName": "",
}

if len(data_tags) > 0:
Expand Down

0 comments on commit 4f8005b

Please sign in to comment.