Question 322:
You are planning to develop and deploy a Node.js Lambda function. The code has a dependency on a lot of third-party libraries. Which of the following needs to be done to ensure that the code can be executed in the AWS Lambda service?
Answer options:
A.Install the third-party libraries in the Lambda service. B.Create a deployment package with your code and the third-party libraries. C.Use Cloudformation templates to deploy the third-party libraries. D.Use an IAM Role with the required permissions on those libraries.