AWS Lambda get failed in latest faunadb.js version

{
"errorType": "Error",
"errorMessage": "New streams cannot be created after receiving a GOAWAY",
"code": "ERR_HTTP2_GOAWAY_SESSION",
"stack": [
    "Error [ERR_HTTP2_GOAWAY_SESSION]: New streams cannot be created after receiving a GOAWAY",
    "    at ClientHttp2Stream.requestOnConnect (internal/http2/core.js:684:17)",
    "    at internal/http2/core.js:1694:53",
    "    at Array.forEach (<anonymous>)",
    "    at ClientHttp2Session.<anonymous> (internal/http2/core.js:1694:38)",
    "    at Object.onceWrapper (events.js:421:26)",
    "    at ClientHttp2Session.emit (events.js:326:22)",
    "    at emit (internal/http2/core.js:301:8)",
    "    at processTicksAndRejections (internal/process/task_queues.js:86:21)"
]

}

but it is ok if i use faunadb.js version 2.x.
any one experiencing this?

I’m sorry for this inconvenience; we are investigating. Meanwhile, per this thread, try using 4.1.1 and please be kind enough to let us know if that fixes it.