LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
cfn_sweeper/__init__.py
cfn_sweeper/artwork.py
cfn_sweeper/main.py
cfn_sweeper/validation.py
cfn_sweeper.egg-info/PKG-INFO
cfn_sweeper.egg-info/SOURCES.txt
cfn_sweeper.egg-info/dependency_links.txt
cfn_sweeper.egg-info/entry_points.txt
cfn_sweeper.egg-info/requires.txt
cfn_sweeper.egg-info/top_level.txt
cfn_sweeper/base/__init__.py
cfn_sweeper/base/cfn_resources.py
cfn_sweeper/base/output.py
cfn_sweeper/base/runner.py
cfn_sweeper/resources/AWS_DynamoDB_Table.py
cfn_sweeper/resources/AWS_EC2_Instance.py
cfn_sweeper/resources/AWS_EFS_FileSystem.py
cfn_sweeper/resources/AWS_IAM_Role.py
cfn_sweeper/resources/AWS_KMS_Key.py
cfn_sweeper/resources/AWS_Lambda_Function.py
cfn_sweeper/resources/AWS_S3_Bucket.py
cfn_sweeper/resources/__init__.py
cfn_sweeper/resources/base.py
tests/__init__.py
tests/test_main.py
tests/base/__init__.py
tests/base/test_cfn_resources.py
tests/base/test_output.py
tests/base/test_runner.py
tests/base/test_validation.py
tests/resources/__init__.py
tests/resources/test_AWS_DynamoDB_Table.py
tests/resources/test_AWS_EC2_Instance.py
tests/resources/test_AWS_EFS_FileSystem.py
tests/resources/test_AWS_IAM_Role.py
tests/resources/test_AWS_KMS_Key.py
tests/resources/test_AWS_Lambda_Function.py
tests/resources/test_AWS_S3_Bucket.py