Skip to content

Commit

Permalink
remove unexpected parameters
Browse files Browse the repository at this point in the history
must be one of: timestamp, message
  • Loading branch information
keirwilliams committed Jan 25, 2024
1 parent 7afd808 commit 807cf0d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ def lambda_handler(event, context):
logStreamName=dest_log_stream,
logEvents=[
{
"originalLogGroup": log_data["logGroup"],
"originalLogStream": log_data["logStream"],
"timestamp": log_event["timestamp"],
"message": json.dumps(new_log_message),
}
Expand Down

0 comments on commit 807cf0d

Please sign in to comment.