Study. uk . com
  1. Home
  2. All questions
  3. 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.

  1. As an Amazon Machine Image
  2. As a CloudFormation template
  3. As a .zip archive with the code and its dependencies
  4. As a container image
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

Challenge yourself on this topic → Study as cards