What is the default maximum execution time limit for an AWS Lambda function?
- 1 minute
- 15 minutes
- 30 seconds
- 5 hours
The default maximum execution time limit for an AWS Lambda function is 15 minutes, meaning a function will be terminated if it runs for longer than this duration.
Loading...
Related Quiz
- What are CloudWatch Log Groups and Log Streams?
- Which of the following statements best describes the primary purpose of AWS Lambda?
- What are some common tools used for creating deployment packages for AWS Lambda functions?
- How can you perform load testing on AWS Lambda functions?
- Strategies such as __________ can help mitigate issues related to cold starts and concurrent execution spikes.