Skip to content

Commit ed94f43

Browse files
committed
Migrate comment missed in the original refactoring work
1 parent 98134fc commit ed94f43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lambdas/shared/src/common/log_firehose.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
)
77

88

9+
# Not keen on including blocking calls in function code to forward log data to Splunk (via Firehose)
10+
# Consider simply logging and setting up CW subscription filters to forward to Firehose
11+
# https://docs.aws.amazon.com/firehose/latest/dev/writing-with-cloudwatch-logs.html
912
def send_log_to_firehose(stream_name: str, log_data: dict) -> None:
1013
"""Sends the log_message to Firehose"""
1114
try:

0 commit comments

Comments
 (0)