I am trying to search a database from an AWS RDS system. The Lambda function filters the data and displays it in a Retool table via API Gateway.
Additionally, I want to download S3 bin files. Currently, I can download one bin file at a time, but I need a feature that allows selecting and downloading multiple files (e.g., selecting 5 out of 10).
I’m unsure if this is achievable. Please let me know if it’s possible.