in src/InvokeContext.js [88:96]
identity: _parseJson(
this.headers[INVOKE_HEADER.CognitoIdentity],
'CognitoIdentity',
),
invokedFunctionArn: this.headers[INVOKE_HEADER.ARN],
awsRequestId: this.headers[INVOKE_HEADER.AWSRequestId],
getRemainingTimeInMillis: function () {
return deadline - Date.now();
},