In AWS Lambda, what triggers the execution of a function?
- Command-line interface (CLI)
- Events
- Manual invocation
- Scheduled intervals
Events such as changes to data in Amazon S3 or updates to DynamoDB tables trigger the execution of functions in AWS Lambda.
Loading...
Related Quiz
- How can you monitor and manage Lambda limits and quotas in a production environment?
- How does AWS Lambda handle updates and maintenance of supported runtimes?
- What is the primary purpose of AWS Step Functions?
- AWS Lambda function execution can be optimized through __________ and __________ adjustments.
- Implementing __________ in AWS Lambda can help detect and alert on abnormal behavior or errors.