Skip to content

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

asked 2 years ago220 views
1 Answer
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
EXPERT
answered 2 years ago
EXPERT
reviewed 2 years 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.