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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *