Cognito JWT implementation for Avblox
Project description
Common Services
Common Backend microservices and API services
Requirements
- python >= 3.6.x
- pip
Development
$ python -m venv venv
$ pip install -r requirements
$ export FLASK_APP=avb_cs
$ export DATABASE_URL='db_connection_string'
$ flask run
Deployment
$ zappa update dev || zappa deploy dev
Debugging
Local environment:
$ export FLASK_DEBUG=1
AWS environment:
$ zappa tail dev
Digarams
AWS VPC resources diagram
- Load avblox-cs-vpc.drawio file using draw.io
Database ERD diagram
- Load database.xml file using the erd tool