__________ is a technique in AWS Lambda where you pre-initialize resources outside the handler function to reuse across invocations.
- Connection pooling
- Global variables
- Lazy loading
- Warm start
Using global variables in AWS Lambda allows you to pre-initialize resources outside the handler function, making them reusable across invocations.
Loading...
Related Quiz
- What are the primary methods for granting Cross-Account Access in AWS?
- __________ analysis helps identify bottlenecks and optimize system performance.
- What are some potential challenges when using SNS triggers with AWS Lambda, and how can they be addressed?
- When configuring VPC integration for AWS Lambda, you must specify one or more __________ for the function.
- Log __________ in CloudWatch Logs are used to organize log events based on a common identifier or category.