Skip to content

Commit 349e88d

Browse files
committed
feat: add cloudwatch_logs based on Bryan's feedback
1 parent d7687c9 commit 349e88d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws_lambda_powertools/utilities/validation/envelopes.py

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
EVENTBRIDGE = "detail"
88
CLOUDWATCH_EVENTS_SCHEDULED = EVENTBRIDGE
99
KINESIS_DATA_STREAM = "Records[*].kinesis.powertools_base64(data) | powertools_json(@)"
10+
CLOUDWATCH_LOGS = "awslogs.powertools_base64(data) | powertools_json(@)"

0 commit comments

Comments
 (0)