Exit DVA-C01 AWS Certified Developer - Associate (DVA-C01)
Question 2 of 5
0% complete
Q2 Single choice

A company has built an AWS Lambda function to convert large image files into output files that can be used in a third-party viewer application. The company recently added a new module to the function to improve the output of the generated files. However, the new module has increased the bundle size and has increased the time that is needed to deploy changes to the function code.

How can a developer increase the speed of the Lambda function deployment?

  • A

    Use AWS CodeDeploy to deploy the function code.

  • B

    Use Lambda layers to package and load dependencies.

  • C

    Increase the memory size of the function.

  • D

    Use Amazon S3 to host the function dependencies.