Git Product home page Git Product logo

resume_challenge's Introduction

Resume_challenge_Dongmin

참고 : https://cloudresumechallenge.dev/docs/the-challenge/aws/

레포 : https://github.com/glen15/resume_challenge

  • 자신의 레포지토리로 fork 후 진행

mission 1 : S3 구성 → html 배포

  • resume.html 활용
  • S3 정적 웹페이지 호스팅 기능으로 배포

mission 2 : React 프로젝트 배포

  • Resume 폴더 활용

mission 3 : Lambda 함수 구성

  • lambda.py 활용
  • DynamoDB로 방문, 좋아요 정보를 전달

mission 4 : S3 → Lambda

  • 정해진 Path, Method로 요청이 전달되는지 확인

mission 5 : DynamoDB 구성

  • 테이블 생성
  • 항목 추가
    • {
        "id": "visit_count",
        "visits": 0
      }
      
      {
        "id": "like_count",
        "likes": 0
      }
      

mission 6 : Lambda → DynamoDB 연결 확인

  • 관련 구성 설정 : 코드 변경
  • DynamoDB 테이블에서 수치 변경 확인

mission 7 : S3 → Lambda → DynamoDB 연결 확인

  • 웹사이트 네트워크 탭에서 전달 사항 확인
  • 관련 구성 설정 후 최종 확인

mission 8 : Codepipeline 구축

  • Codepipeline 활용

mission 9 : HTTPS 구성

  • ACM, CloudFront, Route53 활용

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.