What is the core concept behind AWS Lambda's execution model?
- Batch processing
- Event-driven computing
- Predictive analytics
- Real-time processing
AWS Lambda's execution model is event-driven, meaning it executes functions in response to events such as changes to data or system state.
Loading...
Related Quiz
- AWS Lambda supports concurrent executions, allowing multiple instances of a function to run __________.
- How do you set up Cross-Account Access using IAM roles?
- What are some best practices for using custom metrics in AWS?
- What are environment variables commonly used for in AWS Lambda?
- In AWS Lambda, environment variables can be updated using the ________ service.