Enforcing Python Architecture Rules with PyTestArch
10 min read
Stop relying on code review to catch architectural drift. Use PyTestArch to turn your architecture rules into pytest tests that run in CI.
3 posts · All tags
Stop relying on code review to catch architectural drift. Use PyTestArch to turn your architecture rules into pytest tests that run in CI.
How to share your own Python code across Lambda functions using uv local packages and CDK — a simpler alternative to Lambda Layers.