Which of the following best describes a stateless application in the context of application development on AWS?
It utilizes a database to maintain a continuous connection throughout multiple requests from the same client.
It requires client data to be stored within application processes for the duration of a user's session.
It scales horizontally by maintaining a shared in-memory state across all instances.
It handles each request in isolation without requiring knowledge of previous interactions.