Amazon web services – How to send CSV file from an api endpoint to S3 bucket in node js lambda
I have this particular scenario where I am calling an external API which returns csv file as response, now my requirement is to send this CSV file to S3 bucket on the fly, this means without downloading the file to…