
Answer-first summary for fast verification
Answer: Managing long-running operations that exceed 15 minutes
AWS Lambda has a maximum execution duration per request of 15 minutes, making it inappropriate for long-running operations.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In which scenario would AWS Lambda be an inappropriate choice?
A
Running code in response to HTTP requests via Amazon API Gateway
B
Managing long-running operations that exceed 15 minutes
C
Executing background tasks in response to Amazon S3 events
D
Periodically fetching data from an API
No comments yet.