To include external dependencies in an AWS Lambda deployment package, you can use __________ or package managers like npm for Node.js functions.
- build automation tools
- dependency injection
- virtual environments
- zip archives
Zip archives are commonly used to package AWS Lambda deployment packages, allowing you to include external dependencies.
Loading...
Related Quiz
- Cold start reduction techniques aim to minimize the time it takes for an AWS Lambda function to become __________.
- How can API Gateway manage throttling and caching for AWS Lambda-backed APIs?
- What are some common use cases for Lambda@Edge?
- How can you monitor and respond to error rates in AWS Lambda functions?
- How are environment variables typically configured in AWS Lambda?