A library chat-bot only needs to run during open-hours traffic spikes. Why is serverless a good fit at fundamentals depth?
Select an answer to reveal the explanation.
Short Explanation
The chat-bot is like a reference desk that only needs staff when patrons show up. Serverless spins up for those bursts and does not leave a whole server humming overnight when the doors are locked.
Full Explanation
Serverless suits intermittent, event-driven workloads because execution is tied to demand rather than to an always-allocated customer-managed virtual machine. A library chat-bot that spikes during open hours can run when invoked without the city maintaining a continuously running OS for quiet overnight periods. That alignment of cost and activity is a core benefit described at fundamentals level.