What I want is to make a zip buffer of dist folder and package.json file And upload it on s3. I am able to do it by making an in memory. .zip file but I want to upload the whole buffer directly. Tried to use zip-local npm package but no use. What to do? (In nodejs)