Forum Discussion

Aisha's avatar
Aisha
New Contributor
3 years ago

How to make an API that exposes S3 data?

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

  • pmancevski's avatar
    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

    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.