AWS Lambda

Get lambda execution history

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

Get logs for the last execution of a specified Lambda function.

Inputs

Champ

Type

Description

region [required]

enum

default: us-east-1

functionName [required]

string

The name of the Lambda function, version, or alias. This can only be the function name (my-function).

executionCount

number

default: 1

Outputs

Expand All

Champ

Type

Description

executions [required]

[object]

firstEventTime

number

lastEventTime

number

logStreamArn

string

logStreamName

string

events [required]

[object]

logStreamName

string

The name of the log stream to which this event belongs.

timestamp

number

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

message

string

The data contained in the log event.

ingestionTime

number

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

eventId

string

The ID of the event.