Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 532 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 532 Bytes

Pivot Services

Each entity has its own directory. Service infrastructure is managed in the infrastructure directory.

Requirements

  • Python 3.6+
  • pip
  • virtualenv is recommended

Usage

Install boto3; either within a virtualenv or globally.

Make code changes, then deploy them to AWS using the infrastructure deployment instructions.

Useful Commands

  • python3 -m unittest run unit tests