What are dependencies in the context of AWS Lambda?
- AWS services used by a Lambda function
- Environment variables in a Lambda function
- External libraries or modules required by a Lambda function
- Internal functions within a Lambda function
Dependencies in the context of AWS Lambda refer to external libraries or modules that a Lambda function relies on to perform its tasks.
Loading...
Related Quiz
- Scenario: Your team is experiencing increased cold start times in AWS Lambda functions. What strategies would you recommend to mitigate this issue?
- What is the primary benefit of using custom metrics in AWS monitoring?
- AWS Lambda automatically records function __________ to help identify and troubleshoot issues.
- Scenario: You need to comply with regulatory requirements to retain log data for seven years. How would you configure CloudWatch Logs to meet this requirement effectively?
- What type of data do CloudWatch Metrics collect?