Skip to content
This repository has been archived by the owner on Jan 4, 2020. It is now read-only.

alphagov/cyber-security-team-manual-hosting-function

Repository files navigation

firebreak-q1-faas

Just run this to build and deploy:

make

To run the tests

tox

To Deploy Assume your STS Credentials

cd terraform/firebreak-q1-event-normalisation/
terraform init
terraform apply

Developing

Please add tests and documentation for your code. Format all python code with black