Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 251 Bytes

File metadata and controls

23 lines (15 loc) · 251 Bytes

cloud-function-lambda

requirements

  • mysql

env variables

  • MYSQL_HOST
  • MYSQL_USER
  • MYSQL_PASSWORD

Test

 $ python -m unittest tests/*_tests.py

populate db

 $ mysql -u <user> -h <host> -p -s < seed.sql