Граф коммитов

13 Коммитов

Автор SHA1 Сообщение Дата
Stewart Henderson 72b063c0cc Debugging with GDB. 2019-10-09 08:07:34 -07:00
Stewart Henderson bd2c459796 Vagrant implementation to mimic TravisCI 2019-10-07 09:14:56 -07:00
Scott Idler 56fb0d2669 removed sls symlink and added .gitignore entry 2019-10-02 16:41:47 -05:00
Stewart Henderson a49cc6d46a Pipfile removal 2019-10-02 09:59:34 -05:00
Stewart Henderson d52e6c10f4 refactor sub and hub to be separate code and aws functions 2019-09-11 17:53:03 -07:00
Stewart Henderson fa8031817f Initial profiling annotations 2019-07-12 15:07:57 -05:00
Scott Idler 70fd0daee5 add task to run locally 2019-05-17 15:53:20 -05:00
Marty Ballard fd504c50e8 working dynambodb with pynamodb lib, refactored api, testing still WIP 2019-04-25 22:07:08 -05:00
Marty Ballard 7b7b8e779f
Merge branch 'master' into feat/dynamodb 2019-04-23 14:03:20 -05:00
Marty Ballard fbbb2240b5 adding in IS_DEPLOYED 2019-04-19 10:52:09 -05:00
Marty Ballard 49689fbc6c beginning dynamodb setup 2019-04-19 10:48:52 -05:00
Scott Idler f2f7c0e63c The following is a annotated tree listing:
.
├ conftest.py #for pytest
├ dodo.py #for automating things (think Make in python)
├ LICENSE
├ package.json #for installing serverless cli
├ README.md
├ services #multiple services (lambda) can be listed here
│   └ subhub #currently we only have one, until we need another
│       ├ handler.py #thin shim that just calls subhub.app
│       ├ serverless.yml #serverless config file, db, src, roles, etc
│       └ subhub -> ../../subhub #symlink pointing at subhub src
├ setup.cfg #config file for setup.py
├ setup.py #packaging file, works with tox
├ subhub #src path
│   ├ app.py
│   ├ auth_validation.py
│   ├ cfg.py
│   ├ Dockerfile
│   ├ __init__.py
│   ├ log.py
│   ├ README.md
│   ├ requirements.txt #list of deps for subhub
│   ├ stripe_calls.py
│   ├ subhub_api.yaml
│   └ tests #test folder
│       ├ functional
│       │   └ __init__.py
│       ├ __init__.py
│       ├ pylint.rc #configuration file for pylint
│       ├ pytest.ini #configuration file for pytest
│       ├ requirements.txt #requirements for tests
│       ├ test_subhub.py
│       └ unit
│           ├ __init__.py
│           └ test_stripe_calls.py
└ tox.ini #configuration file for tox
2019-04-15 23:37:18 -07:00
Scott Idler c01ea1b21e
Initial commit 2019-03-21 12:27:53 -07:00