
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.
Which of the following is NOT a valid use case for AWS Lambda?
A
Processing data streams in real-time
B
Running long-running or background tasks
C
Building serverless APIs and web applications
D
Automating code deployments and infrastructure provisioning
No comments yet.