A 311 intake webhook needs short functions to run on upload events. Which statement correctly describes serverless for this scenario without turning into developer configuration?
Select an answer to reveal the explanation.
Short Explanation
When a citizen drops a file on 311, you want a short burst of code—not a server humming all week waiting for the next tip. Serverless is that on-demand burst. Save the binding diagrams for a developer cert; here it is just the concept.
Full Explanation
At AZ-900 depth, serverless means event-driven or on-demand execution without customer-managed servers. A 311 upload webhook is a classic fit for that model conceptually. The exam does not require configuring Functions triggers, bindings, or application monitoring instrumentation—those topics belong to associate developer exams such as AZ-204.