Lambda handlers often grow not because of business logic, but because of repetitive I/O glue code:
- event parsing - parameter validation - type casting - response formatting - error handling
slat-io isolates that I/O layer so handlers can stay small and focused on business logic.
It's intentionally tiny, dependency-free, and not a framework.
Still early, but I'd love feedback on the approach and API design.