Skip to content

Instantly share code, notes, and snippets.

View devhaks's full-sized avatar

jonghak devhaks

  • 질링스(zillinks)
View GitHub Profile
@devhaks
devhaks / lambda_resizingImage.js
Last active June 1, 2023 06:51
이미지 리사이징 람다 함수
'use strict';
const querystring = require('querystring'); // Don't install.
const AWS = require('aws-sdk'); // Don't install.
// http://sharp.pixelplumbing.com/en/stable/api-resize/
const Sharp = require('sharp');
const S3 = new AWS.S3({
signatureVersion: 'v4',