Dependency management tools such as __________ can be used to automate the installation of required libraries for AWS Lambda functions.
- Composer
- Maven
- npm
- pip
Pip is a package installer for Python, commonly used for managing dependencies in AWS Lambda functions developed using Python.
Loading...
Related Quiz
- What is one way to monitor AWS Lambda function performance?
- When setting up Cross-Account Access, you establish a trust relationship between the ________ account and the trusted account.
- AWS Lambda automatically handles __________, allowing multiple instances of a function to run concurrently.
- One strategy to optimize performance in serverless computing is to minimize __________.
- AWS Lambda supports concurrent executions, allowing multiple instances of a function to run __________.