Thanks for the links -- I understand the concept; I was asking more about specific examples related to "clean code". When I think of "clean code", I think "programming to interfaces" and "keeping domain/business logic separate from implementation details about HTTP/gRPC and database connection management, etc. Maybe I don't fully grok "clean code"?
Usually many architects tend to go overboard with interfaces for everything, repositories, data layers, hexagonal architecture, and whatever else is fashionable at conferences.
https://serverlessfirst.com/emails/the-serverless-architectu...
https://stackoverflow.com/questions/404210/design-patterns-a...
https://www.google.com/amp/s/blog.codinghorror.com/it-came-f...