Mark Wainwright
Mark Wainwright
I'm experiencing the exact same issue described by @stesie. I came across a workaround in a different issue that fixes this for me (https://github.com/prisma/serverless-plugin-typescript/issues/89#issuecomment-398754969) – set `NODE_PRESERVE_SYMLINKS=1` in your env....
We've been seeing this periodically in production from the SNS client. I can intermittently reproduce it by making a large number of requests in quick succession (real endpoint, not localstack)....
Big +1 on this. It doesn't seem to be possible to make requests to S3 Multi-Region Access Points from a Cloudflare Worker, because the AWS SDK uses a native binary...