Class: Context
Object to represent an AWS Lambda function execution context.
Methods
getRequestId | Returns the unique id for this request. |
getDeadlineMs | Returns the request execution deadline in milliseconds from the epoch. |
getInvokedFunctionArn | Returns the ARN of the function being invoked. |
getTraceId | Returns the trace id for this request |
getRemainingExecutionTime | Returns the remaining execution time for this request in milliseconds |