- Home
- All questions
- Question 418
AWS Certified Solutions Architect study material · question 418 of 500
Which two ways can a Lambda function's code be packaged? Choose two.
Show the answer
Answer: C. As a .zip archive with the code and its dependencies
D. As a container image
A .zip package carries code, dependencies and layers; a container image gives more control over the build and custom runtime configuration.
Source: Configuring AWS Lambda functions (Amazon Web Services) — Configuring Lambda function options