Skip to content

Commit

Permalink
Update kinesis-lambda.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gvelez17 authored May 22, 2024
1 parent 098c813 commit 7730eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logs-to-tsdb/kinesis-lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ def handler(event, context):
cursor.close()
conn.close()

print("Done, check the db")
print("Kinesis pipe done, check the db")

0 comments on commit 7730eea

Please sign in to comment.