Default Python stack for Lambda: uv + Astral tools, typed code, schemas, and Hypothesis.
Use this skill when working on Python projects or adding Python support.
uv for environments, dependency management, and running commands.ruff for lint/format and ty for type checking.Any unless the boundary truly requires it.typing_extensions for newer typing features.pytest and property tests with hypothesis when behavior is stateful or rule-based.pyproject.toml with build metadata, versioning, and a src/ layout.