function makeThumbnail()

in amplify/backend/function/S3Trigger984fb593/src/reference-index.js [84:86]


function makeThumbnail(photo) {
  return Sharp(photo).resize(THUMBNAIL_WIDTH, THUMBNAIL_HEIGHT).toBuffer();
}