Which of the following is NOT a valid use case for AWS Lambda?
Other
Explanation:
AWS Lambda is designed for running short-lived, event-driven functions, not long-running or background tasks. Long-running or background tasks would be better suited for other AWS services like Amazon EC2 or AWS Batch.