Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a developer optimize the deployment speed of an AWS Lambda function that has increased in bundle size due to the addition of a new module?
A
Deploy the function code using AWS CodeDeploy.
B
Utilize Lambda layers for managing dependencies.
C
Enhance the function's deployment package by increasing its memory allocation.
D
Host the function's dependencies on Amazon S3.