Variable sized gallery of images from S3

I have an array (size not known in advance) of links to images in s3. How do I create a gallery of images out of it?
There's a "generate signed URL" S3 query, but I don't understand how to apply it to each element of the array.

1 Like

Take a look at the listview: docs It will allow you to specify the array of links as the data and then add one img inside that will use each link as it's source.