ERR_TLS_CERT_ALTNAME_INVALID when using @aws-sdk/client-neptunedata in Bun application

Hi, I'm the creator and maintainer of queryblast; https://github.com/SouthwestAir/queryblast which is a babashka pod for submitting opencypher queries to Neptune
Queryblast is a babashka pod, and it runs in a process of its own, while a user script interacts with it.
Queryblast uses @aws-sdk/client-neptunedata, and it's built for darwin using Bun

OK here's my question: I'm seeing the following error message when I get on my corporate VPN and submit a query to Neptune:
Error: ERR_TLS_CERT_ALTNAME_INVALID fetching "https://redacted.cluster-caleeddxjuok.us-east-1.neptune.amazonaws.com:XXXX/opencypher". For more information, pass `verbose: true` in the second argument to fetch()

How can I resolve this error?
GitHub
Enable openCypher queries to AWS Neptune graph databases from Babashka or YAMLscript projects - SouthwestAir/queryblast
Was this page helpful?