Software
API Gateway, lambda-proxy, S3 and CORS oh my!
My situation Lambda+API Gateway function to fetch S3 image and resize if query params are present. For example /path/to/jake.jpg responds with the image directly from S3, whereas /path/to/jake.jpg?width=200 responds with a resized version of the image. This is then all fronted with Cloudfront to optimize performance for an abundance of Read more…