跳至内容

How to filter which Lambda function run in near 1 hour

0

Hi everyone

I want to filter which my lambda function name run in near 1 hour or specific time. Do AWS console have option to do this ?

Thanks

已提问 2 年前226 查看次数
1 回答
0

You can obtain information about all the Lambda functions invocations from CloudTrail.

You need to create a new trail (or update an existing one) to include Data Events from Lambda.

Please follow the documentation here.

AWS
专家
已回答 2 年前
专家
已审核 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

相关内容