02-01-2023 09:25 PM
02-02-2023 07:15 PM
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.