Has anyone had any luck using this in AWS Lambda? Per the title, I'm assuming the endpoints are IPv6 which Lambda does not support for outbound calls.
Any tricks? Or am I interpretting that Axios error wrong?
What I've tried: modify createRequestFunction in common.ts to force IPv4 in hopes that the Plaid API network interface support both. No dice. I'm using this for a linkTokenCreate request.