clientContext: _parseJson()

in src/InvokeContext.js [84:96]


      clientContext: _parseJson(
        this.headers[INVOKE_HEADER.ClientContext],
        'ClientContext',
      ),
      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();
      },