Resizing images with lambda function vs gd
I’ve discovered two methods of dealing with image resizing / compression, one by using a Lambda function that’s executed whenever an action is triggered, and second, by resizing it using php’s gd library before uploading it to the server.