samvera / serverless-iiif

IIIF Image API 2.1 & 3.0 server in an AWS Serverless Application
https://samvera.github.io/serverless-iiif/
Apache License 2.0
69 stars 21 forks source link

NUL-supported VIPS lambda layer is timing out on images with large pixel dimensions ( ~15,000 pixels ) #101

Closed bmquinn closed 11 months ago

bmquinn commented 1 year ago

Description

It looks like this change to the template added a lambda layer version that is failing to deliver images in time: https://github.com/samvera/serverless-iiif/blob/f4fdaadfc9f4e4cfb525e9ba6cff5f7e0b2e893b/sam/standalone/template.yml#L123

In our application, we reverted to version 1 of the lambda layer and it got large images to work again.

davidschober commented 1 year ago

@mbklein did this get sorted in the other work you did on serverless iiif?

davidschober commented 1 year ago

The issue itself is sorted. This the work for the layer itself.

mbklein commented 11 months ago

This issue is going to depend on how lovell/sharp#3750 plays out. Closing this issue and will open a new one if necessary.