diff --git a/logs-to-tsdb/kinesis-lambda.py b/logs-to-tsdb/kinesis-lambda.py index 8ea4110..71b29e6 100644 --- a/logs-to-tsdb/kinesis-lambda.py +++ b/logs-to-tsdb/kinesis-lambda.py @@ -61,4 +61,4 @@ def handler(event, context): cursor.close() conn.close() - print("Done, check the db") + print("Kinesis pipe done, check the db")