Architecture: Glue + Managed Services
A typical serverless backend:
- HTTP/API → function for routing/validation.
- Business logic → functions that write to a
database
/object storage
. - Async tasks → queue/stream-triggered workers.
- Scheduled jobs → cron functions.
- Authentication/authorization →
BaaS
auth provider.
