InvocationRequest

Members

Functions

getTimeRemaining
long getTimeRemaining()

The number of milliseconds left before lambda terminates the current execution.

Variables

clientContext
string clientContext;

Information about the client application and device when invoked through the AWS Mobile SDK.

cognitoIdentity
string cognitoIdentity;

Information about the Amazon Cognito identity provider when invoked through the AWS Mobile SDK.

deadline
SysTime deadline;

Function execution deadline counted in milliseconds since the Unix epoch.

functionArn
string functionArn;

The ARN requested. This can be different in each invoke that executes the same version.

payload
string payload;

The user's payload represented as a UTF-8 string.

requestId
string requestId;

An identifier unique to the current invocation.

xrayTraceId
string xrayTraceId;

X-Ray tracing ID of the current invocation.

Meta