Class
-
awslambda
:
Context
Object to represent an AWS Lambda function execution context.
Methods
Returns the unique id for this request.
Returns the request execution deadline in milliseconds from the epoch.
Returns the ARN of the function being invoked.
Returns the trace id for this request
Returns the remaining execution time for this request in milliseconds
Isolated Function
Returns the unique id for this request.
-
Return Type
(string) the request id
Isolated Function
Returns the request execution deadline in milliseconds from the epoch.
-
Return Type
(int) the request execution deadline
Isolated Function
Returns the ARN of the function being invoked.
-
Return Type
(string) the invoked function ARN
Isolated Function
Returns the trace id for this request
-
Return Type
(string) the trace id