res.write() is not streaming data when node app deployed on AWS
I have a Nest.js (Node.js) application that uploads files to AWS S3. During the upload, I’m using a callback function to track and send live progress updates to the client. Here’s the code for the file upload: