cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

How to make an API that exposes S3 data?

Aisha
New Contributor

I want to create an API, that consists of the S3 data, such that it becomes easy for data sharing to customers/clients.

1 REPLY 1

pmancevski
New Contributor III

Hi @Aisha,

When you say S3 data you mean to read some files from s3 bucket and provide that data to the person who is invoking the API correct?

If that is the case than this should be simple pipeline.
Example: Read JSON file, parse, and provide XML response
image

File name you can pass from pipeline parameters to S3 File Reader. Also you can modify your pipeline depending your use case (transform, filter etc.)

Thanks,
Pero M.