cycl is a CLI and Python SDK to help identify cross-stack import/export circular dependencies, for a given AWS account and region. The successor to circular-dependency-detector, which was built at the University of Texas at Austin.
Documentation for using cycl
may be found here.
cycl
is being actively developed, instructions will come as it becomes more stable. Run make
to see the available targets and their descriptions. To run tests using tox
, you must install tox
and pyenv
. A VScode dev container is coming soon.
To run specific tests:
- using tox:
tox -e py39 -- ./tests/utils/cdk_test.py
- using pytest directly:
make test ARGS=./tests/utils/cdk_test.py