mingmonth / cold-start-test

serverless framework + lambda + flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cold-start 테스트를 위한 보일러플레이트 코드 작성

$ python -m venv venv
$ source ./venv/Scripts/activate
$ pip install Flask
$ pip install -U autopep8
$ pip install python-dotenv
$ mkdir cold-start-test
$ cd cold-start-test/
$ flask run --host=0.0.0.0 --port=7500

About

serverless framework + lambda + flask


Languages

Language:Python 92.3%Language:Mako 7.2%Language:Shell 0.5%