nodejs-book icon indicating copy to clipboard operation
nodejs-book copied to clipboard

16장 lambda issue

Open ZeroCho opened this issue 4 years ago • 1 comments

716쪽

const Key = decodeURIComponent(event.Records[0].s3.object.key);

const ext = Key.split('.')[Key.split('.').length - 1].toLowerCase();

ZeroCho avatar Oct 03 '20 05:10 ZeroCho

lightsail도 수정하기

ZeroCho avatar Oct 03 '20 05:10 ZeroCho