GithubHelp home page GithubHelp logo

Comments (3)

hwonyo avatar hwonyo commented on July 22, 2024

완전 가능합니다 ㅎㅎ
aws lambda 서비스는 serverless 서비스인데 빠르게 껏다 켜는 컴퓨터(?)라고 이해하면 쉬울거 같아요.
단점은 serverless 서비스이기에 자체적인 session을 활용할 수 없지만 cek가 주는 sessionAttribute를 사용하면 되니까 문제 없을거 같습니다.
aws lambda로 하면 ssl 같은 인증도 따로 할 필요 없습니다.

from flask-clova.

bzantium avatar bzantium commented on July 22, 2024

감사합니다! 혹시 도메인 이름도 계속 유지 되는건가요? (cek 등록때문에...)

from flask-clova.

hwonyo avatar hwonyo commented on July 22, 2024

cek에 등록을 하려면 https로 시작되는 ssl 인증된 url 주소가 필요해서 그런거죠?

두가지 방법이 있겠네요.

  1. 도메인을 계속 유지한다.
    새로운 서버에 올리면서 도메인이 새로운 서버를 알 수 있도록 설정작업이 필요하겠네요.

  2. lambda가 주는 주소를 cek에 새로 등록한다.
    기본적으로 람다는 ssl 인증된 https가 포함된 서버의 url 주소를 제공합니다. 아마 https://aws.------ 이런식의 주소일 거에요. 사실상 이걸 받아다가 등록하는게 편합니다.

from flask-clova.

Related Issues (7)

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.