__________ is a technique used to package only necessary dependencies to minimize the size of deployment packages in AWS Lambda.
- Containerization
- Dependency management
- Dynamic linking
- Tree shaking
Tree shaking is a technique used to package only necessary dependencies to minimize the size of deployment packages in AWS Lambda.
Loading...
Related Quiz
- __________ is a service that provides centralized logging for AWS Lambda functions.
- Scenario: Your application receives a sudden surge of incoming messages through SNS. How can you ensure that the AWS Lambda functions triggered by these messages can handle the increased load efficiently?
- What type of data do CloudWatch Metrics collect?
- What are the different ways to ingest logs into CloudWatch Logs?
- 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?