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.
AWS Lambda Packaging with Python and uv: Share Code, Skip the Layers
16 min read
How to share your own Python code across Lambda functions using uv local packages and CDK — a simpler alternative to Lambda Layers.