mattclay / aws-terminator

An AWS Lambda function for cleaning up AWS resources.
Apache License 2.0
23 stars 49 forks source link

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