Passer au contenu

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

demandé il y a 2 ans226 vues
1 réponse
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
répondu il y a 2 ans
EXPERT
vérifié il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.