
Explanation:
AWS Lambda has a maximum execution duration per request of 15 minutes, making it inappropriate for long-running operations.
Ultimate access to all questions.
No comments yet.
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