Hi,
I have a requirement as below,
1)Read .csv file from S3 bucket, convert csv to json --This I have done using node.js with aws npm
2) Write the converted json to S3 bucket.
I have done the 1st point but the 2nd one I am not sure.
is there any npm we need to use and any method to write json to S3 bucket.?
Please suggest with some sample code.
Regards
Ravi