How to write array of json objects from Apigee edge to S3 bucket

Not applicable

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

0 4 993
4 REPLIES 4

Is there any Apigee involved in this solution at all? It seems like you're asking about how to use the AWS SDK to read and write to S3, and there's no Apigee involvement.

If that's the case, then I suggest you ask that question on the AWS forums.

Hi Dino,

Yes, there is apigee involved in it because I am doing the 1st task mentioned in my question through API Proxy on apigee edge.

I need to do 2nd point using the same proxy on Edge.

Hi Ravi Kumbar,

I have similar requirement - Create API Proxy using Apigee Edge that needs to read S3 Bucket json file.

Any inputs will be helpful.

Can you please share your approach/code snippets or redirect with some options how did you get first step.

Thanks,

Venkat