Skip to content

coinStatData/CoinStatData-Stat-Lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoinStatData-Python-Stat-Lambda

Window:

  • py -3 -m venv venv OR virtualenv --python=python3.9 venv
  • venv\Scripts\activate
  • pip install stuff

Mac:

  • python3 -m venv venv
  • . venv/bin/activate
  • pip install stuff
## Deploying

$ pip freeze > requirements.txt
$ cat requirements.txt
$ chalice deploy
  or
$ chalice --debug deploy --stage dev --connection-timeout 360
## Local setup

$ pip install -r /path/to/requirements.txt
$ flask --app app --debug run

About

Python AWS lambda that provides various statistical analysis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages