AWS lambda fails by timeout during getting buffer from resized image

后端 未结 0 1293
走了就别回头了
走了就别回头了 2020-12-01 16:46

I am resizing image on AWS lambda by using JIMP and if image is large 2MB+ it fails by time out when I am getting buffer:

 const img = await jimp.read(buff);
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题