Giter VIP home page Giter VIP logo

image-resizeing's Introduction

lambda.edge

S3에 저장된 이미지를 원하는 크기에 맞게 리사이징하는 프로그램

1. 기술 스택

  • AWS S3
  • AWS CloudFront
  • AWS Lambda
  • node.js 14.x
  • AWS Route53

2. 아키텍처

img

3. 프로젝트 구조

[폴더] backend.python
ㄴ [폴더] node_modules
ㄴ [파일] index.js(엔트리 포인트)
ㄴ [파일] package-lock.json
ㄴ [파일] package.json
ㄴ [파일] README.md

4. 동작 방식

  1. 클라이언트가 썸네일을 요청한다
  2. 썸네일이 CloudFront에 캐싱되었다면, 캐싱된 이미지로 응답
  3. 썸네일이 CloudFront에 캐싱되지 않았다면, S3로 이미지를 요청
    3.1 S3에 이미지가 존재한다면, Lambda@Edge로 배포한 Lambda함수에서 S3로 부터 이미지를 받아 리사징작업을 수행
    3.2 리사이징된 이미지를 CloudFront에 전달하여 저장(default:24h)하고 최종적으로 클라이언트에게 썸네일을 제공

5. 실행 방법

  • npm install
  • zip -r [결과물.zip] *
  • zip파일을 lambda에 업로드

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.