Skip to content

Commit

Permalink
Update aws/logs_monitoring/customized_log_group.py
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Agocs <[email protected]>
  • Loading branch information
nine5two7 and agocs authored Nov 16, 2023
1 parent 70bc635 commit 90478ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/logs_monitoring/customized_log_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""
Customized log group is a log group shared by multiple applications of the same type. Based on the feedback from AWS,
customers may name the log group arbitrually. E.g they can name a lambda log group as "/aws/vendedlogs/states/**", which is typically used for Stepfunctions
customers may name the log group arbitrarily. E.g they can name a lambda log group as "/aws/vendedlogs/states/**", which is typically used for Stepfunctions
In addition, potentially, not just Lambda, any other AWS services can use a customized log group.
The workaround is to parse the logstream_name to get the source of logs.
"""
Expand Down

0 comments on commit 90478ff

Please sign in to comment.