S3 client segmentation fault in NodeJS worker thread

0

I am trying to use the @aws-sdk/client-s3 inside a worker thread in NodeJS.

It creates a segmentation fault when the worker exits, killing the main process with it.

Here is a sandbox that you can replicate locally to try it out: https://codesandbox.io/s/aws-s3-worker-jjl4z9

How can I avoid this segmentation fault?

asked 2 years ago145 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions