Skip to content

Instantly share code, notes, and snippets.

View nari1021's full-sized avatar
๐Ÿฌ
happy to study

์—„์‹ ์˜ nari1021

๐Ÿฌ
happy to study
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',