cagataygurturk / image-resizer-service

Serverless image resizing service for AWS
https://serverlessrepo.aws.amazon.com/#/applications/arn:aws:serverlessrepo:us-east-1:526515951862:applications~image-resizer-service
MIT License
101 stars 49 forks source link

502 when image is too large #19

Open JoeriSmits opened 4 years ago

JoeriSmits commented 4 years ago

Lambda has a hard payload limit of 6MB. If this is exceeded for example when retrieving the original sized image of an >6mb image. You get an internal error. Would be nice to get a more descriptive error.