We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98134fc commit ed94f43Copy full SHA for ed94f43
lambdas/shared/src/common/log_firehose.py
@@ -6,6 +6,9 @@
6
)
7
8
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
12
def send_log_to_firehose(stream_name: str, log_data: dict) -> None:
13
"""Sends the log_message to Firehose"""
14
try:
0 commit comments