Setup and testing

Installation

To install requires development tools:

pip install aws-orga-deployer[dev]

The source code is available in GitHub. A Makefile is available at the root folder with basic commands.

Testing

Testing does not require an AWS account or credentials. We use moto to mock AWS services.

To run all unit tests, you can execute make test.