Cloudwatch Log Insights doesn't find logs from the first Lambda Invocation

1

Hello,

We are using CloudWatch Log Insights. Currently we considered an issue, that CloudWatch log insights never found the logs from the first lambda invocation.

I was able to reproduce it in several lambda functions and on two different AWS accounts. Can someone try to reproduce the issue?

Just create a lambda function from scratch. (NodeJS). The lambda function handler only needs one logging statement "console.log(event)".

The Log Insights Query can be the default one: fields @timestamp, @message | sort @timestamp desc | limit 20

The first invocation will not be found. (of course i checked the time period which was selected in CloudWatch log insights). if I trigger the lambda function again, the logs from the second invocation will be found.

Can someone check if you can reproduce this issue?

Kind Regards Stefan

Stefan
asked 2 years ago1013 views
2 Answers
0

Yes I could reproduce it too

profile pictureAWS
EXPERT
answered 2 years ago
0

This is the case on my side also , any resolution ?

profile picture
answered 19 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions