Saltar al contenido

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

preguntada hace 2 años226 visualizaciones
1 Respuesta
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
EXPERTO
respondido hace 2 años
EXPERTO
revisado hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.