36:30 - side note, if a user uploaded a file that ends with `_thumbnail.png`, the thumbnail wouldn't be created, so the app would potentially server this large file as a thumbnail. Some better ways to do this would be to at least store thumbs into a specific subfolder and check that instead of the suffix, or use S3 object metadata to mark it as thumbnail.
Please share the links for serverless shared by the speaker
36:30 - side note, if a user uploaded a file that ends with `_thumbnail.png`, the thumbnail wouldn't be created, so the app would potentially server this large file as a thumbnail. Some better ways to do this would be to at least store thumbs into a specific subfolder and check that instead of the suffix, or use S3 object metadata to mark it as thumbnail.