AWS Lambda functions can include __________ dependencies that are required for their execution.
- build-time
- compile-time
- design-time
- runtime
Runtime dependencies are libraries or packages required for the execution of AWS Lambda functions, such as Python libraries or Node.js modules.
Loading...
Related Quiz
- What is a custom runtime in AWS Lambda?
- When configuring custom event sources, it's essential to define the appropriate __________ for event processing.
- What is the significance of CloudWatch Logs in relation to AWS Lambda error handling?
- What are some best practices for logging and error handling in AWS Lambda for production environments?
- Scenario: You are designing a data processing workflow that involves multiple AWS services such as S3, Lambda, and DynamoDB. Which AWS service would you use to orchestrate the workflow and handle error handling?