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
質問済み 2年前976ビュー
1回答
0

Yes I could reproduce it too

profile pictureAWS
エキスパート
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン