Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create a photo gallery site that shows all photos in an S3 bucket

I'm totally new to AWS services and was wondering if there are any online tutorials on how to build a photo gallery web app to allow me to browse photos stored in folders and subfolders in an S3 bucket.

The web app should allow me to view the contents of a folder as thumbnails and when I click on a thumbnail, the full image will appear.

Any help would be greatly appreciated.

Thanks!

sam.

like image 364
Sam Lim Avatar asked Sep 11 '25 10:09

Sam Lim


1 Answers

Considering you want it serverless with AWS services :

here is the tutorial for exactly what you want

https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/s3-example-photo-album.html

like image 181
Mausam Sharma Avatar answered Sep 14 '25 03:09

Mausam Sharma