What is a deployment package in AWS Lambda?
- A relational database
- A virtual machine instance
- A zip archive containing your function code and any dependencies
- An email server
A deployment package in AWS Lambda is typically a zip archive that includes your function code along with any dependencies required for execution.
Loading...
Related Quiz
- __________ is an AWS service commonly used for storing custom metrics data.
- How does AWS Step Functions handle long-running tasks?
- What are the key components of an AWS Lambda function?
- What are cold start reduction techniques used in AWS Lambda?
- What triggers an AWS Lambda function in response to an SNS message?