Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 280 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 280 Bytes

AWS Terminator

An AWS Lambda function for cleaning up AWS resources.

Run the sanity tests

We use tox to run the sanity tests:

$ tox

You can run one specific test with a -e foo parameter. Use tox -av to list them all:

$ tox -e pylint