(From the Pluralsight course)
Presentation
Layer- showing data to and accepting input from end users
Service
Layer- BFF (Backend for Frontend) or API Gateway.
- Single point of entry for all outside traffic.
- Present stable API to Presentation Layer, and allow μs to change independent of frontend.